mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Use JSONB not JSON column type
This commit is contained in:
parent
64d0b8bc7c
commit
0270d34d0f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ else
|
|||
Event = sequelize.define("Event", {
|
||||
user_id: Sequelize.STRING,
|
||||
event: Sequelize.STRING,
|
||||
segmentation: Sequelize.JSON
|
||||
segmentation: Sequelize.JSONB
|
||||
})
|
||||
|
||||
module.exports =
|
||||
|
|
Loading…
Reference in a new issue