Skip to content

Commit

Permalink
Initialize pgcrypto extension
Browse files Browse the repository at this point in the history
  • Loading branch information
witekest committed Oct 20, 2023
1 parent a1754bb commit 442f1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/spacewalk/common/tables/rhnPackageChangeLogData.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
-- in this software or its documentation.
--

CREATE EXTENSION IF NOT EXISTS pgcrypto;

CREATE TABLE rhnPackageChangeLogData
(
Expand Down

0 comments on commit 442f1a2

Please sign in to comment.