mirror of
https://gitlab.com/Alamantus/Readlebee.git
synced 2025-05-30 05:50:04 +02:00
Fix invalid PGSQL data type for permissionLevel
This commit is contained in:
parent
477e1d0611
commit
97247373a9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module.exports = sequelize => sequelize.define('Shelf', {
|
|||
},
|
||||
},
|
||||
permissionLevel: {
|
||||
type: Sequelize.NUMBER,
|
||||
type: Sequelize.INTEGER,
|
||||
allowNull: false,
|
||||
defaultValue: 0,
|
||||
references: {
|
||||
|
|
Loading…
Add table
Reference in a new issue