mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-26 05:01:06 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
b99d300ab2
|
@ -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