1
0
mirror of https://github.com/flarum/core.git synced 2025-08-26 17:45:01 +02:00

Database changes (#18)

* Update core references

* Update core attribute names
This commit is contained in:
Toby Zerner
2018-09-17 04:20:44 +09:30
committed by Franz Liedke
parent 63ff4b7fc7
commit 3e09c2bf33
6 changed files with 7 additions and 7 deletions

View File

@@ -11,6 +11,6 @@
use Flarum\Database\Migration;
return Migration::addColumns('users_discussions', [
return Migration::addColumns('discussion_user', [
'subscription' => ['enum', 'allowed' => ['follow', 'ignore'], 'nullable' => true]
]);