Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2016-07-27 21:47:25 -07:00
commit b99d300ab2

View file

@ -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);
});
}