mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
@@ -19,7 +19,7 @@ return [
|
|||||||
|
|
||||||
'down' => function (Builder $schema) {
|
'down' => function (Builder $schema) {
|
||||||
$schema->table('flags', function (Blueprint $table) {
|
$schema->table('flags', function (Blueprint $table) {
|
||||||
$table->string(['reason_detail'])->change();
|
$table->string('reason_detail')->change();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user