Added Worship page rendering

This commit is contained in:
Torsten Schulz
2024-06-17 13:36:15 +02:00
parent 4f1390b794
commit 48a54ecdbb
17 changed files with 637 additions and 563 deletions

View File

@@ -50,6 +50,11 @@ module.exports = (sequelize) => {
introLine: {
type: DataTypes.STRING,
allowNull: true
},
dayName: {
type: DataTypes.STRING,
defaultValue: '',
allowNull: false
}
}, {
tableName: 'worships',