mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Make sure that migrations work on old MySQL servers.
This commit is contained in:
parent
f5e5854479
commit
b0027acf34
@ -150,7 +150,7 @@ class ChangesForV550 extends Migration
|
||||
$table->timestamps();
|
||||
$table->softDeletes();
|
||||
$table->integer('user_id', false, true);
|
||||
$table->string('title', 512)->index();
|
||||
$table->string('title', 255)->index();
|
||||
$table->string('secret', 32)->index();
|
||||
$table->boolean('active')->default(true);
|
||||
$table->unsignedSmallInteger('trigger', false);
|
||||
|
Loading…
Reference in New Issue
Block a user