Skip to content

Commit

Permalink
fix: Fixing name of repository_version index
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Feb 25, 2021
1 parent f8c68b7 commit e2eb971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/ddl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ CREATE TABLE ketchup.repository_version (
version TEXT NOT NULL
);

CREATE UNIQUE INDEX repository_version ON ketchup.repository_version(repository_id, pattern);
CREATE UNIQUE INDEX repository_version_id ON ketchup.repository_version(repository_id, pattern);

-- ketchup
CREATE TABLE ketchup.ketchup (
Expand Down

0 comments on commit e2eb971

Please sign in to comment.