fucked up perms, players db without cryps

This commit is contained in:
ntr
2018-11-29 23:46:24 +11:00
parent 38af55aacd
commit e29842ffc1
12 changed files with 13 additions and 51 deletions
-8
View File
@@ -22,14 +22,6 @@ exports.up = async knex => {
.onDelete('CASCADE');
table.index('game');
// cryp in a game
table.uuid('cryp').notNullable()
table.foreign('cryp')
.references('id')
.inTable('cryps')
.onDelete('CASCADE');
table.index('cryp');
// account in a game
table.uuid('account').notNullable()
table.foreign('account')