Skip to content

Commit 4c6ea4a

Browse files
committed
Actually commit migration
1 parent 1841dde commit 4c6ea4a

File tree

1 file changed

+2
-1
lines changed
  • rfd-model/migrations/2024-04-12-205749_fix_revision_index

1 file changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
-- Your SQL goes here
1+
DROP INDEX rfd_revision_sha_idx;
2+
CREATE UNIQUE INDEX rfd_revision_commit_sha_idx ON rfd_revision (rfd_id, commit_sha);

0 commit comments

Comments
 (0)