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
+1 -1
View File
@@ -3,7 +3,7 @@ module.exports = {
connection: {
database: 'mnml',
user: 'mnml',
password: 'gggggggggg',
password: '62d72d2e7905d267a0910cc01164c500',
},
pool: {
min: 2,
+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)
+2 -2
View File
@@ -14,8 +14,8 @@
"author": "",
"license": "UNLICENSED",
"dependencies": {
"knex": "^0.15.2",
"pg": "^7.4.3",
"knex": "^0.21",
"pg": "^8",
"qrcode-svg": "^1.0.0",
"request": "^2.88.0",
"sdftosvg": "0.0.4",