ent
ent copied to clipboard
full text follow-up changes
- 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
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: