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'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user