Upgrade fix and message changes

This commit is contained in:
Michael J. Seiferling
2016-08-22 13:29:38 -06:00
parent 87f93ed4f5
commit 4108ec36d7
5 changed files with 45 additions and 86 deletions
+1 -1
View File
@@ -589,7 +589,7 @@ Public Class mgrSQLite
sSQL &= "DROP TABLE manifest; ALTER TABLE manifest_new RENAME TO manifest;"
'Add backup limit field
sSQL = "ALTER TABLE monitorlist ADD COLUMN BackupLimit INTEGER NOT NULL DEFAULT 2;"
sSQL = "ALTER TABLE monitorlist ADD COLUMN BackupLimit INTEGER NOT NULL DEFAULT 5;"
sSQL &= "PRAGMA user_version=98"