mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Migration script 018_status_grund.php fixed
This commit is contained in:
@@ -51,12 +51,6 @@ class Migration_Status_grund extends MigrationLib
|
||||
"status_kurzbz",
|
||||
"ON UPDATE CASCADE ON DELETE RESTRICT"
|
||||
);
|
||||
$this->addUniqueKey(
|
||||
"public",
|
||||
"tbl_status_grund",
|
||||
"uk_tbl_status_grund_status_kurzbz",
|
||||
array("status_kurzbz")
|
||||
);
|
||||
$this->grantTable("SELECT", "public", "tbl_status_grund", "web");
|
||||
$this->grantTable(array("SELECT", "INSERT", "DELETE", "UPDATE"), "public", "tbl_status_grund", "admin");
|
||||
$this->grantTable(array("SELECT", "INSERT", "DELETE", "UPDATE"), "public", "tbl_status_grund", "vilesci");
|
||||
|
||||
Reference in New Issue
Block a user