Skip to content

Commit

Permalink
Add Regimes to REFERENCE_TABLES; closes astrodbtoolkit#68 (astrodbtoo…
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-rodriguez authored Apr 12, 2024
1 parent 74a00b8 commit 0d4988a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astrodbkit2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d4988a

Please sign in to comment.