mirror of
https://github.com/flarum/core.git
synced 2025-08-10 18:35:56 +02:00
Database changes (#19)
* Rename suspend_until column * Missed one! * Update core attribute names * Rename user.suspendUntil
This commit is contained in:
committed by
Franz Liedke
parent
3f37d68314
commit
1b3a432c41
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
* (c) Toby Zerner <toby.zerner@gmail.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
use Flarum\Database\Migration;
|
||||
|
||||
return Migration::renameColumn('users', 'suspend_until', 'suspended_until');
|
Reference in New Issue
Block a user