Skip to content

Commit

Permalink
add canon core models
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas committed Sep 8, 2023
1 parent 8137487 commit e288908
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion canon.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ module.exports = {
user: process.env.CANON_DB_USER,
pass: process.env.CANON_DB_PW,
tables: [
require("@datawheel/canon-cms/models")
require("@datawheel/canon-cms/models"),
require("@datawheel/canon-core/models")
]
}
],
Expand Down

0 comments on commit e288908

Please sign in to comment.