Skip to content

Commit

Permalink
fix: move migration order to create an index concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Dec 6, 2024
1 parent 64a8593 commit 5522a87
Show file tree
Hide file tree
Showing 32 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name: Create transaction id index on moves
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
create index concurrently moves_transactions_id on moves(transactions_id);
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ do $$
begin
set search_path = '{{.Schema}}';

create index moves_transactions_id on moves(transactions_id);

select count(seq)
from moves
where transactions_id is null
Expand Down

This file was deleted.

Empty file.

0 comments on commit 5522a87

Please sign in to comment.