mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-06 05:19:28 +00:00
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user