Skip to content

Commit

Permalink
[fix] Fix initial schema configuration script
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
  • Loading branch information
pcdavid authored and sbegaudeau committed Feb 16, 2024
1 parent 0628e00 commit d4886bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.9.xsd">

<changeSet id="01-initial-schema" author="sbegaudeau">
<sql dbms="PostgreSQL">
<sql dbms="postgresql">
CREATE EXTENSION IF NOT EXISTS pgcrypto
</sql>

Expand Down

0 comments on commit d4886bb

Please sign in to comment.