We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66cd00b + 970538e commit 17fb593Copy full SHA for 17fb593
migrations/20200611095430_initial.js
@@ -106,7 +106,7 @@ exports.up = async (knex) => {
106
.notNullable()
107
.defaultTo('PREPARATION');
108
tbl.decimal('poll').notNullable().defaultTo(40);
109
- tbl.integer('budget').notNullable().defaultTo(7000);
+ tbl.integer('budget').notNullable().defaultTo(6000);
110
tbl.timestamp('started_at', { useTz: true });
111
tbl.boolean('paused').notNullable().defaultTo(true);
112
tbl.integer('millis_taken_before_started').notNullable().defaultTo(0);
0 commit comments