[CORE][DATABASE] Restructure the database
This commit is contained in:
@@ -95,8 +95,8 @@ class GroupJoinQueue
|
||||
],
|
||||
'foreign keys' => [
|
||||
'group_join_queue_profile_id_fkey' => ['profile', ['profile_id' => 'id']],
|
||||
'group_join_queue_group_id_fkey' => ['user_group', ['group_id' => 'id']],
|
||||
'group_join_queue_group_id_fkey' => ['group', ['group_id' => 'id']],
|
||||
],
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user