Skip to content

Commit

Permalink
Minor index title correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvanbreda committed Dec 3, 2015
1 parent 06796f7 commit 76d26ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ ALTER TABLE samples
ON UPDATE NO ACTION ON DELETE NO ACTION;
COMMENT ON CONSTRAINT fk_sample_licence ON samples
IS 'The records within each sample are licenced according to the linked record.';
CREATE INDEX fki_sample_licence
CREATE INDEX ix_sample_licence
ON samples(licence_id);

0 comments on commit 76d26ae

Please sign in to comment.