Fixed format of events

This commit is contained in:
Torsten Schulz
2024-06-23 17:32:45 +02:00
parent 692e989861
commit 8b89d8b800
26 changed files with 455 additions and 157 deletions

View File

@@ -26,7 +26,7 @@ module.exports = (sequelize) => {
pageId: {
type: DataTypes.UUID,
allowNull: true
}
},
}, {
tableName: 'images',
timestamps: false

View File

@@ -37,7 +37,11 @@ module.exports = (sequelize) => {
page_title: {
type: DataTypes.STRING,
allowNull: true
}
},
image: {
type: DataTypes.STRING,
allowNull: true,
},
}, {
tableName: 'menu_items',
timestamps: false