mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
Task #404: GUI zum Schreiben von Nachrichten im FAS
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user