WiP on segments
This commit is contained in:
parent
6cc34136f5
commit
f3ff89c536
21 changed files with 945 additions and 352 deletions
|
@ -8,7 +8,7 @@ const knex = require('knex')({
|
|||
migrations: {
|
||||
directory: __dirname + '/../setup/knex/migrations'
|
||||
}
|
||||
// , debug: true
|
||||
, debug: true
|
||||
});
|
||||
|
||||
module.exports = knex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue