Skip to content

Commit

Permalink
Make gortdb.night_log.mjd unique
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 23, 2024
1 parent 2fd6897 commit 1897d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/lvmdb/gortdb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ CREATE TABLE gortdb.exposure (

CREATE TABLE gortdb.night_log (
pk SERIAL PRIMARY KEY NOT NULL,
mjd INTEGER,
mjd INTEGER UNIQUE,
sent BOOLEAN
);

Expand Down

0 comments on commit 1897d8f

Please sign in to comment.