Skip to content

Commit

Permalink
targetdb.targeting_generation_to_version: add pk (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomygupta authored Oct 16, 2024
1 parent 90ad96c commit a968dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/sdss5db/targetdb/targetdb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ CREATE TABLE targetdb.targeting_generation_to_carton (
);

CREATE TABLE targetdb.targeting_generation_to_version (
pk SERIAL PRIMARY KEY NOT NULL,
generation_pk INTEGER,
version_pk INTEGER
);
Expand Down

0 comments on commit a968dc3

Please sign in to comment.