bigtime renaming

This commit is contained in:
ntr
2019-05-25 15:20:38 +10:00
parent 4800609df7
commit 760106e0e7
91 changed files with 1642 additions and 1615 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
exports.up = async knex => {
return knex.schema.createTable('cryps', table => {
return knex.schema.createTable('constructs', table => {
table.uuid('id').primary();
table.uuid('account').notNullable()
table.foreign('account')