Work in progress on Campaign Status
This commit is contained in:
parent
d1fa4f4211
commit
01d1a903a2
7 changed files with 116 additions and 84 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