restructuring for rental requests. started double blind reviews

This commit is contained in:
jackiettran
2025-08-22 20:18:22 -04:00
parent 022c0b9c06
commit 5d85f77a19
15 changed files with 1305 additions and 1403 deletions

View File

@@ -103,10 +103,6 @@ const Item = sequelize.define("Item", {
allowNull: false,
defaultValue: false,
},
unavailablePeriods: {
type: DataTypes.JSONB,
defaultValue: [],
},
availableAfter: {
type: DataTypes.STRING,
defaultValue: "09:00",