rename ability

This commit is contained in:
ntr
2018-10-20 16:29:17 +11:00
parent 110616c22a
commit f8361de6df
5 changed files with 41 additions and 32 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ exports.up = async knex => {
table.index('id');
});
knex.schema.createTable('combatants', table => {
knex.schema.createTable('players', table => {
table.uuid('id').primary();
table.index('id');