Fix bug with calendar
This commit is contained in:
@@ -12,6 +12,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
newBookingEnd: DataTypes.DATE,
|
||||
incidentType: DataTypes.INTEGER,
|
||||
chargeFee: DataTypes.FLOAT,
|
||||
deleted: DataTypes.BOOLEAN,
|
||||
}, {});
|
||||
bookingChangeIncident.associate = function(models) {
|
||||
// associations can be defined here
|
||||
|
||||
@@ -5,6 +5,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
reservationId: {
|
||||
type: DataTypes.TEXT,
|
||||
primaryKey: true,
|
||||
unique: true,
|
||||
},
|
||||
memberId: DataTypes.TEXT,
|
||||
officeId: DataTypes.TEXT,
|
||||
|
||||
Reference in New Issue
Block a user