"""Project constants.""" # Changes to any of these re-index the PRODUCT document. RELEASE_TABLES = ("releases", "release_correction", "release_approval_queue") PRODUCT_ADDITIONAL_UPC_TABLES = ("product_additional_upc",) TRACK_ADDITIONAL_ISRC_TABLES = ("track_additional_isrc",) # Changes to these re-index their own document (track, project). TRACK_TABLES = ("track",) PROJECT_TABLES = ("project",)