More tweaks for CORE <-> Rattail member sync

This commit is contained in:
Lance Edgar 2023-06-11 20:55:46 -05:00
parent 788efbd114
commit 3cef682a75
3 changed files with 16 additions and 11 deletions

View file

@ -132,6 +132,9 @@ class CoreCustomerShopper(model.Base):
cascade='all, delete-orphan',
cascade_backrefs=False))
# please note, there is *not* a unique constraint on this field.
# that is intentional, for now, to give some breathing room for
# testing etc.
corepos_customer_id = sa.Column(sa.Integer(), nullable=True, doc="""
``Customers.customerID`` value for this shopper, within CORE-POS.
""")