feat: Add excludeFromBilling option for diary dates and update related functionality
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 44s
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 44s
This commit is contained in:
@@ -23,6 +23,12 @@ const DiaryDate = sequelize.define('DiaryDate', {
|
||||
trainingEnd: {
|
||||
type: DataTypes.TIME,
|
||||
allowNull: true,
|
||||
},
|
||||
excludeFromBilling: {
|
||||
type: DataTypes.BOOLEAN,
|
||||
allowNull: false,
|
||||
defaultValue: false,
|
||||
field: 'exclude_from_billing',
|
||||
}
|
||||
}, {
|
||||
tableName: 'diary_dates',
|
||||
|
||||
Reference in New Issue
Block a user