1
0
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:
Daniel Klabbers
2018-07-09 11:53:59 +02:00
parent cf80cf86e5
commit 2c15597ec9

View File

@@ -11,4 +11,4 @@
use Flarum\Database\Migration;
return Migration::renameTable('users_groups', 'group_users');
return Migration::renameTable('users_groups', 'group_user');