1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +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 ea2e1fe1ba
commit c8a9e8425e

View File

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