mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Add block code [skip ci]
This commit is contained in:
@@ -34,8 +34,14 @@ class ChangesForV3410 extends Migration
|
||||
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
// add "blocked_code" to users:
|
||||
Schema::table(
|
||||
'users', function (Blueprint $table) {
|
||||
$table->string('blocked_code', 25)->nullable();
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user