Fix navigation tree in migrations

This commit is contained in:
Jori Lallo
2016-06-26 21:56:14 -07:00
parent 893ed63e01
commit 6fef3137a1

View File

@@ -49,7 +49,7 @@ module.exports = {
type: 'CHARACTER VARYING',
allowNull: true,
},
atlasStructure: {
navigationTree: {
type: 'JSONB',
allowNull: true,
},