zotero/chrome
Dan Stillman ddc7be75c7 Use PRAGMA legacy_alter_table=ON for existing schema updates
This won't make a difference until we update Firefox and get a new
SQLite version, but at that point the existing schema update steps that
recreate tables by renaming the old table would result in broken foreign
keys.

This patch will make sure that newer SQLite versions will use the legacy
behavior for the existing steps, and going forward schema update steps
that want to recreate tables will need to create a new table, migrate
the data, delete the old table, and rename the new one into place.
2021-08-17 00:41:59 -04:00
..
content Use PRAGMA legacy_alter_table=ON for existing schema updates 2021-08-17 00:41:59 -04:00
locale Merge new English strings 2021-08-13 06:32:37 -04:00
skin/default Add OpenURL resolver directory 2021-08-13 06:25:16 -04:00