ent icon indicating copy to clipboard operation
ent copied to clipboard

full text follow-up changes

Open lolopinto opened this issue 1 year ago • 1 comments

  • detect when language, weights, columns change etc and either allow it like https://github.com/lolopinto/ent/pull/1442 or explicitly throw an error, saying it's not allowed
    • https://github.com/lolopinto/ent/issues/1441 will handle it for the most part but good to be explicit
  • show a prompt when anything like this which is allowed happens because dropping a column and index and re-adding it back could be very expensive

lolopinto avatar May 23 '23 22:05 lolopinto

we already have a prompt for index...:

You're modifying index '{name}' which involves dropping the index and re-creating it. Are you sure you want to do that? Y/N:

lolopinto avatar May 23 '23 23:05 lolopinto