feat: aggiunti: loggica random, tema scuro, correzioni mail, miglioramenti generali, cache;
This commit is contained in:
@@ -61,6 +61,8 @@ class Office(Base):
|
||||
booking_window_enabled = Column(Boolean, default=False)
|
||||
booking_window_end_hour = Column(Integer, default=18) # 0-23
|
||||
booking_window_end_minute = Column(Integer, default=0) # 0-59
|
||||
|
||||
assignment_mode = Column(String, default="fairness")
|
||||
|
||||
created_at = Column(DateTime, default=datetime.utcnow)
|
||||
updated_at = Column(DateTime, default=datetime.utcnow, onupdate=datetime.utcnow)
|
||||
|
||||
Reference in New Issue
Block a user