From 86a26dd8e7ffa2a524b02ddda5f5cebf31841b3c Mon Sep 17 00:00:00 2001 From: David Rodriguez Date: Fri, 12 Apr 2024 14:09:38 -0400 Subject: [PATCH] Add Regimes to REFERENCE_TABLES; closes #68 --- astrodbkit2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrodbkit2/__init__.py b/astrodbkit2/__init__.py index e86a0f2..672376b 100644 --- a/astrodbkit2/__init__.py +++ b/astrodbkit2/__init__.py @@ -23,7 +23,7 @@ # These describe the various database tables and their links REFERENCE_TABLES = ['Publications', 'Telescopes', 'Instruments', 'Modes', 'Filters', 'PhotometryFilters', - 'Citations', 'References', 'Versions', 'Parameters'] + 'Citations', 'References', 'Versions', 'Parameters', 'Regimes'] # REFERENCE_TABLES is a list of tables that do not link to the primary table. # These are treated separately from the other data tables that are all assumed to be linked to the primary table. PRIMARY_TABLE = 'Sources' # the primary table used for storing objects