merge_db_fixes_to_main #16
@@ -406,6 +406,8 @@ class ConversionGuest(Base):
|
|||||||
is_regular = Column(
|
is_regular = Column(
|
||||||
Boolean, default=False
|
Boolean, default=False
|
||||||
) # True if guest has many prior stays before appearing in our reservations
|
) # True if guest has many prior stays before appearing in our reservations
|
||||||
|
# Guest classification
|
||||||
|
|
||||||
|
|
||||||
# Metadata
|
# Metadata
|
||||||
first_seen = Column(DateTime(timezone=True))
|
first_seen = Column(DateTime(timezone=True))
|
||||||
|
|||||||
Reference in New Issue
Block a user