mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Config for test database.
This commit is contained in:
@@ -18,14 +18,14 @@ class ChangesForV332 extends Migration {
|
||||
|
||||
Schema::table(
|
||||
'accounts', function (Blueprint $table) {
|
||||
$table->boolean('encrypted');
|
||||
$table->boolean('encrypted')->default(0);
|
||||
|
||||
}
|
||||
);
|
||||
|
||||
Schema::table(
|
||||
'reminders', function (Blueprint $table) {
|
||||
$table->text('metadata');
|
||||
$table->text('metadata')->nullable();
|
||||
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user