-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Hi,
I test new update by
git pull
and re-clone new version by
git clone
but keep old configuration file (database.js, redis.js and env\development.js)
but both have error
info: Application started on port 8000 , Process ID: 8870
Unhandled rejection SequelizeDatabaseError: column "type" does not exist
at Query.formatError (/home/CMS/node_modules/arrowjs/node_modules/sequelize/lib/dialects/postgres/query.js:347:14)
at null. (/home/CMS/node_modules/arrowjs/node_modules/sequelize/lib/dialects/postgres/query.js:81:19)
at emitOne (events.js:77:13)
at emit (events.js:169:7)
at Query.handleError (/home/CMS/node_modules/arrowjs/node_modules/pg/lib/query.js:108:8)
at null. (/home/CMS/node_modules/arrowjs/node_modules/pg/lib/client.js:171:26)
at emitOne (events.js:77:13)
at emit (events.js:169:7)
at Socket. (/home/CMS/node_modules/arrowjs/node_modules/pg/lib/connection.js:109:12)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at readableAddChunk (_stream_readable.js:146:16)
at Socket.Readable.push (_stream_readable.js:110:10)
at TCP.onread (net.js:523:20)
Is there any change in DB structure?
Thanks