tm-apps-db
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -85,3 +85,3 @@ "use strict"; | ||
article.belongsToMany(models.tag, {through: 'articles_tags', constraints: false}); | ||
article.belongsTo(models.section, {as: 'home_section'}); | ||
article.belongsTo(models.section, {as: 'home_section', constraints: false}); | ||
article.hasMany(models.article_section, {constraints: false}); | ||
@@ -88,0 +88,0 @@ article.hasMany(models.article_content, {constraints: false}); |
{ | ||
"name": "tm-apps-db", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Apps consumer database initialiser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
25057