Skip to content

Commit

Permalink
Remove CONCURRENTLY keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
witekest committed Oct 20, 2023
1 parent c5747cc commit a1754bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/spacewalk/common/tables/rhnPackageChangeLogData.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CREATE TABLE rhnPackageChangeLogData

;

CREATE UNIQUE INDEX CONCURRENTLY rhn_pkg_cld_ntt_idx
CREATE UNIQUE INDEX rhn_pkg_cld_ntt_idx
ON rhnPackageChangeLogData
USING btree(name, digest("text", 'sha512'::text), time)

Expand Down

0 comments on commit a1754bb

Please sign in to comment.