feat: start build of listed reservation system

This commit is contained in:
2026-03-13 21:37:06 +00:00
parent b571dc29bc
commit e4d1f0d684
6 changed files with 956 additions and 134 deletions

View File

@@ -495,3 +495,6 @@ class JobReservationUnit(Base):
assignment_source = Column(String, default="specific") # "specific" | "filled" | "swap"
assigned_at = Column(DateTime, default=datetime.utcnow)
notes = Column(Text, nullable=True) # "Replacing BE17353" etc.
# Power requirements for this deployment slot
power_type = Column(String, nullable=True) # "ac" | "solar" | None