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