New system for acknowledgments
This commit is contained in:
@@ -329,6 +329,7 @@ class AckedRequest(Base):
|
||||
__tablename__ = "acked_requests"
|
||||
id = Column(Integer, primary_key=True)
|
||||
client_id = Column(String, index=True)
|
||||
username = Column(String, index=True, nullable=True) # Username of the client making the request
|
||||
unique_id = Column(
|
||||
String, index=True
|
||||
) # Should match Reservation.form_id or another unique field
|
||||
|
||||
Reference in New Issue
Block a user