fucked up perms, players db without cryps
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user