![]() 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. |
||
---|---|---|
.. | ||
cite.js | ||
collectionTreeView.js | ||
data_access.js | ||
db.js | ||
file.js | ||
history.js | ||
ingester.js | ||
integration.js | ||
itemTreeView.js | ||
mime.js | ||
notifier.js | ||
schema.js | ||
scholar.js | ||
search.js | ||
translate.js | ||
utilities.js |