mirror of
https://github.com/flarum/framework.git
synced 2025-03-24 07:35:14 +08:00
reset the relation table naming from groups_users to adhere to laravel convention group_user
This commit is contained in:
parent
cf80cf86e5
commit
2c15597ec9
@ -11,4 +11,4 @@
|
||||
|
||||
use Flarum\Database\Migration;
|
||||
|
||||
return Migration::renameTable('users_groups', 'group_users');
|
||||
return Migration::renameTable('users_groups', 'group_user');
|
Loading…
x
Reference in New Issue
Block a user