big getup for ubuntu setup, construct colour based skills

This commit is contained in:
ntr
2021-03-20 12:45:29 +10:00
parent 8cb7e0c419
commit 4c4304e60e
14 changed files with 140 additions and 46 deletions
+3 -3
View File
@@ -2,9 +2,9 @@ const uuidv4 = require('uuid/v4');
// give everybody the shapes mtx
exports.up = async knex => {
await knex.raw(`
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
`);
// await knex.raw(`
// CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
// `);
await knex.raw(`
INSERT INTO mtx (id, account, variant)