big getup for ubuntu setup, construct colour based skills
This commit is contained in:
@@ -3,7 +3,7 @@ module.exports = {
|
||||
connection: {
|
||||
database: 'mnml',
|
||||
user: 'mnml',
|
||||
password: 'gggggggggg',
|
||||
password: '62d72d2e7905d267a0910cc01164c500',
|
||||
},
|
||||
pool: {
|
||||
min: 2,
|
||||
|
||||
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user