Improvement of logout. Added Sacrital Service. Added website link for event places and direct link to other websites in worship overview
This commit is contained in:
@@ -21,7 +21,11 @@ module.exports = (sequelize) => {
|
||||
backgroundColor: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: true
|
||||
}
|
||||
},
|
||||
website: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: true
|
||||
},
|
||||
}, {
|
||||
tableName: 'event_places'
|
||||
});
|
||||
|
||||
@@ -55,7 +55,12 @@ module.exports = (sequelize) => {
|
||||
type: DataTypes.STRING,
|
||||
defaultValue: '',
|
||||
allowNull: false
|
||||
}
|
||||
},
|
||||
sacristanService: {
|
||||
type: DataTypes.STRING(100),
|
||||
allowNull: true,
|
||||
field: 'sacristan_service'
|
||||
},
|
||||
}, {
|
||||
tableName: 'worships',
|
||||
timestamps: true
|
||||
|
||||
Reference in New Issue
Block a user