Changed CORE plugin DB schema
This commit is contained in:
+9
-2
@@ -9,7 +9,7 @@
|
|||||||
"default" : "",
|
"default" : "",
|
||||||
"CZ" : ""
|
"CZ" : ""
|
||||||
},
|
},
|
||||||
"schemaVersion" : 1,
|
"schemaVersion" : 2,
|
||||||
"sql" : [
|
"sql" : [
|
||||||
"CREATE TABLE \"User\" (
|
"CREATE TABLE \"User\" (
|
||||||
\"id\" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
|
\"id\" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
|
||||||
@@ -91,7 +91,14 @@ CREATE TABLE \"NumberSeries\" (
|
|||||||
FOREIGN KEY (\"season\")
|
FOREIGN KEY (\"season\")
|
||||||
REFERENCES \"Season\" (\"id\")
|
REFERENCES \"Season\" (\"id\")
|
||||||
DEFERRABLE INITIALLY DEFERRED);
|
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" : []
|
"dependencies" : []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user