Migration script 018_status_grund.php fixed

This commit is contained in:
bison-paolo
2016-09-29 10:48:27 +02:00
parent 124535cbc7
commit ad3c0b2d21
@@ -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");