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