You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have to stream the old table into a new table using a Migration. Please refer to https://www.sqlite.org/lang_altertable.html for supported alter table types. We do support Table-less models via createWithDatabase = false on the Table annotation. i would make a new model that represents the old version (with Unique) then read that out of a db on migration for old version, then insert the data into the new table with the original model (and remove @Unique from that model).
DBFlow Version: 4.2
Desc:
Some columns has unique annotation, how to remove it at next migration
The text was updated successfully, but these errors were encountered: