Skip to content

Commit

Permalink
Drop the index before recreating it
Browse files Browse the repository at this point in the history
  • Loading branch information
witekest committed Oct 11, 2023
1 parent d0bce1d commit 49737d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ select remove_duplicate_changelogdata();
drop function remove_duplicate_changelogdata();

drop index if exists rhn_pkg_cld_nt_idx;
drop index if exists rhn_pkg_cld_ntt_idx;

create extension if not exists pgcrypto;
create unique index concurrently rhn_pkg_cld_ntt_idx
Expand Down

0 comments on commit 49737d6

Please sign in to comment.