[odb-users] Manual schema migration for SQLite
dieter.govaerts at bricsys.com
dieter.govaerts at bricsys.com
Sat Jan 9 07:02:40 EST 2016
Hello,
Is there a supported way to implement a manual SQLite database schema migration (not data migration) to work around odb migration limitations? Basically I'd like suppress the generation of a schema_catalog_migrate_entry en define it myself.
I normally work within odbs limitations, but now I'd like to perform a major update including clean-up of obsolete columns etc. I'd like to implement it using temporary tables, replacing old tables with new tables, etc. stuff beyond the scope of odbs migration.
Best regards,
Dieter Govaerts
More information about the odb-users
mailing list