Icons Reihungstestverwaltung, DB update

Spalte "arbeitsplaetze" in tbl_ort
This commit is contained in:
kindlm
2016-07-28 11:39:48 +02:00
parent b7fdc9cb5f
commit 591013e09a
3 changed files with 2 additions and 0 deletions
@@ -24,6 +24,7 @@ class Migration_Reihungstest extends MigrationLib
// Add arbeitsplaetze to public.tbl_ort
$columns = array(
"arbeitsplaetze" => array("type" => "integer", "null" => true)
);
$this->addColumn("public", "tbl_ort", $columns);
@@ -135,6 +136,7 @@ class Migration_Reihungstest extends MigrationLib
),
"uid" => array(
"type" => "varchar(32)",
"null" => true
)
);
$this->createTable("public", "tbl_rt_ort", $fields);
Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B