proxy timeout

This commit is contained in:
ntr
2018-12-21 19:41:38 +11:00
parent b9e74f1d0d
commit dfe290a132
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ exports.up = async knex => {
.onDelete('CASCADE');
table.binary('data').notNullable();
table.index('id');
table.index('account');
});
};