From 6fef3137a1fba39befd50a4c707754a8f4283d87 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Sun, 26 Jun 2016 21:56:14 -0700 Subject: [PATCH] Fix navigation tree in migrations --- server/migrations/20160619080644-initial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/migrations/20160619080644-initial.js b/server/migrations/20160619080644-initial.js index bc3c6373a..a7f104a18 100644 --- a/server/migrations/20160619080644-initial.js +++ b/server/migrations/20160619080644-initial.js @@ -49,7 +49,7 @@ module.exports = { type: 'CHARACTER VARYING', allowNull: true, }, - atlasStructure: { + navigationTree: { type: 'JSONB', allowNull: true, },