Moved to postgres

This commit is contained in:
2024-04-11 18:59:18 +02:00
parent ef5c531964
commit 84e58fa936
9 changed files with 244 additions and 1289 deletions

View File

@@ -17,7 +17,7 @@ const tag = sequelize.define<WaitingList>("waitingList", {
allowNull: false
},
timestamp: {
type: Sequelize.INTEGER,
type: Sequelize.BIGINT,
allowNull: false
}
})