Skip to content

Commit

Permalink
add opsdb.configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
johndonor3 committed May 10, 2024
1 parent a6752ed commit 2224f72
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/scripts/sdss5db_too_test.sql
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,21 @@ CREATE TABLE opsdb_lco.assignment_to_focal (
collided BOOLEAN,
replaced BOOLEAN);

CREATE TABLE opsdb_apo.configuration (
configuration_id SERIAL PRIMARY KEY NOT NULL,
design_id INTEGER,
comment TEXT,
temperature TEXT,
epoch DOUBLE PRECISION,
calibration_version TEXT);

CREATE TABLE opsdb_apo.configuration (
configuration_id SERIAL PRIMARY KEY NOT NULL,
design_id INTEGER,
comment TEXT,
temperature TEXT,
epoch DOUBLE PRECISION,
calibration_version TEXT);

ALTER TABLE catalogdb.catalog ADD PRIMARY KEY (catalogid);
ALTER TABLE catalogdb.sdss_id_stacked ADD PRIMARY KEY (sdss_id);
Expand Down

0 comments on commit 2224f72

Please sign in to comment.