MukeshKapoor25's picture
fix: correct MongoDB collection names for warehouse and uom
87bb00a
raw
history blame contribute delete
287 Bytes
"""
Constants for sync worker microservice.
"""
# MongoDB Collection Names
SCM_CATALOGUE_COLLECTION = "scm_catalogues"
SCM_EMPLOYEES_COLLECTION = "scm_employees"
SCM_MERCHANTS_COLLECTION = "scm_merchants"
SCM_WAREHOUSES_COLLECTION = "scm_warehouse"
SCM_UOM_COLLECTION = "scm_uom_group"