CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
Dan Stillman 287e082805 Changed schema update system yet again -- removed DROP TABLE IF EXIST's from user.sql in favor of CREATE TABLE IF NOT EXIST's and changed schema.js to automatically migrate and then reload user.js if the version number has gone up
This lets us add tables to user.sql without writing migration steps for them yet still have the ability to change existing user tables and migrate data if necessary.

Also added _getDropCommands() to do a regex on the SQL file and create the DROP TABLE|INDEX steps necessary to use the DB_REBUILD flag without DROP commands in the SQL file itself, before I realized that it probably made the most sense to just delete the SQL file and storage directory. Changed _initializeSchema() to do that instead. Leaving _getDropCommands() in, in case there's ever a need for it.
2006-09-13 21:34:37 +00:00
chrome/chromeFiles Changed schema update system yet again -- removed DROP TABLE IF EXIST's from user.sql in favor of CREATE TABLE IF NOT EXIST's and changed schema.js to automatically migrate and then reload user.js if the version number has gone up 2006-09-13 21:34:37 +00:00
components Closes #259, auto-complete of tags 2006-09-07 08:07:48 +00:00
defaults/preferences addresses #69, notification system for broken scrapers 2006-09-09 00:12:09 +00:00
chrome.manifest Created Scholar toolbar button (use Customize Toolbar... option) 2006-07-26 16:42:26 +00:00
install.rdf 2006-08-31 22:38:23 +00:00
scrapers.sql addresses #301, COinS bugs/enhancements; remaining issue blocked by #3 (add as many item types as possible) 2006-09-11 22:34:39 +00:00
system.sql Separated schema into two files, system.sql and user.sql -- the former contains tables that can be wiped and reinitialized at any time *as long as ids are kept the same* (like scrapers.sql), whereas the latter contains user data that has to be migrated from one version to the other with transition steps 2006-09-10 20:08:59 +00:00
update.rdf 2006-08-31 22:38:23 +00:00
user.sql Changed schema update system yet again -- removed DROP TABLE IF EXIST's from user.sql in favor of CREATE TABLE IF NOT EXIST's and changed schema.js to automatically migrate and then reload user.js if the version number has gone up 2006-09-13 21:34:37 +00:00
Zotero.dot - closes #277, disambiguation and notifier updates for Word integration 2006-09-10 17:38:17 +00:00
Zotero.dot.dmg - closes #277, disambiguation and notifier updates for Word integration 2006-09-10 17:38:17 +00:00