Skip to content

Commit

Permalink
index_branch_head
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Oct 6, 2024
1 parent c64859e commit 1919a6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX IF EXISTS index_branch_head;
2 changes: 2 additions & 0 deletions services/api/migrations/2024-10-06-174650_branch_head/up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DROP INDEX IF EXISTS index_branch_head;
CREATE INDEX index_branch_head ON branch(uuid, project_id, head_id);

0 comments on commit 1919a6a

Please sign in to comment.