zotero/chrome/content
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
..
scaffold Use Translator Tester code from shared repo for Scaffold 2021-07-28 15:46:07 +03:00
zotero Use PRAGMA legacy_alter_table=ON for existing schema updates 2021-08-17 00:41:59 -04:00
zotero-platform Fix tab toolbar button icon scaling on HiDPI 2021-03-23 18:04:38 +02:00