mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 19:59:18 -08:00
Change default zerofill to 5
This commit is contained in:
parent
9fbe6c68ac
commit
9dda0d02ea
|
@ -13,7 +13,7 @@ class AddZerofillToSettings extends Migration
|
|||
public function up()
|
||||
{
|
||||
Schema::table('settings', function (Blueprint $table) {
|
||||
$table->integer('zerofill_count')->default(0);
|
||||
$table->integer('zerofill_count')->default(5);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue