fix faulty DB migration and remove default, server is the default
This commit is contained in:
@@ -9,7 +9,7 @@ class AddTimezoneToServerSettingsTable extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::table('server_settings', function (Blueprint $table) {
|
||||
$table->string('server_timezone')->default('UTC');
|
||||
$table->string('server_timezone')->default('');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user