mirror of
https://github.com/flarum/core.git
synced 2025-07-16 14:26:25 +02:00
reset the relation table naming from groups_users to adhere to laravel convention group_user
This commit is contained in:
@@ -11,4 +11,4 @@
|
||||
|
||||
use Flarum\Database\Migration;
|
||||
|
||||
return Migration::renameTable('users_groups', 'group_users');
|
||||
return Migration::renameTable('users_groups', 'group_user');
|
Reference in New Issue
Block a user