Subscription/unsubscription seems to work.
This commit is contained in:
parent
d8ee364a4b
commit
e9165838dc
22 changed files with 14939 additions and 196 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