Changed CORE plugin DB schema

This commit is contained in:
2023-05-03 18:02:40 +02:00
parent 529f7f6e7d
commit b17b8cb259
+9 -2
View File
@@ -9,7 +9,7 @@
"default" : "",
"CZ" : ""
},
"schemaVersion" : 1,
"schemaVersion" : 2,
"sql" : [
"CREATE TABLE \"User\" (
\"id\" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
@@ -91,7 +91,14 @@ CREATE TABLE \"NumberSeries\" (
FOREIGN KEY (\"season\")
REFERENCES \"Season\" (\"id\")
DEFERRABLE INITIALLY DEFERRED);
" ],
",
"DROP INDEX \"Role_listPermissions_index_i\";
ALTER TABLE \"Role_listPermissions\" DROP \"index\";
DROP INDEX \"User_listRoles_index_i\";
ALTER TABLE \"User_listRoles\" DROP \"index\";
"
],
"dependencies" : []
}
}