Task #404: GUI zum Schreiben von Nachrichten im FAS

This commit is contained in:
bison-paolo
2016-09-23 17:38:02 +02:00
parent 0ae8b4d8fa
commit 1fe6ec5ccc
10 changed files with 258 additions and 212 deletions
+3 -3
View File
@@ -100,11 +100,11 @@ class Migration_Message extends MigrationLib
// Create table public.tbl_msg_recipient
$fields = array(
"person_id" => array(
"message_id" => array(
"type" => "bigint",
"null" => false
),
"message_id" => array(
"person_id" => array(
"type" => "bigint",
"null" => false
),
@@ -291,4 +291,4 @@ class Migration_Message extends MigrationLib
$this->endDown();
}
}
}