不要怂,就是干,撸起袖子干!

Commit b034c269 by Seth Samuel

Merge fix

1 parent 0c086da2
Showing with 1 additions and 1 deletions
......@@ -17,7 +17,7 @@ if (dialect.match(/^postgres/)) {
email: { type: DataTypes.ARRAY(DataTypes.TEXT) },
settings: DataTypes.HSTORE,
document: { type: DataTypes.HSTORE, defaultValue: { default: "'value'" } },
phones: DataTypes.ARRAY(DataTypes.HSTORE)
phones: DataTypes.ARRAY(DataTypes.HSTORE),
emergency_contact: DataTypes.JSON
})
this.User.sync({ force: true })
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!