Changed CORE plugin DB schema
This commit is contained in:
+9
-2
@@ -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" : []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user