mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Add pgcrypto extension on yugabytedb.
This commit is contained in:
parent
657e63332e
commit
66abab9389
2 changed files with 3 additions and 0 deletions
2
src/main/resources/changelog/version/0-1-init-yb.sql
Normal file
2
src/main/resources/changelog/version/0-1-init-yb.sql
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
CREATE EXTENSION pgcrypto;
|
||||||
|
--rollback DROP EXTENSION IF EXISTS pgcrypto;
|
|
@ -7,6 +7,7 @@
|
||||||
<changeSet id="0-1" author="kavin" runInTransaction="false">
|
<changeSet id="0-1" author="kavin" runInTransaction="false">
|
||||||
<sqlFile path="0-1-init.sql" relativeToChangelogFile="true"/>
|
<sqlFile path="0-1-init.sql" relativeToChangelogFile="true"/>
|
||||||
<sqlFile path="0-1-init-crdb.sql" dbms="cockroachdb" relativeToChangelogFile="true"/>
|
<sqlFile path="0-1-init-crdb.sql" dbms="cockroachdb" relativeToChangelogFile="true"/>
|
||||||
|
<sqlFile path="0-1-init-yb.sql" dbms="yugabytedb" relativeToChangelogFile="true"/>
|
||||||
<sqlFile path="0-1-init-pg.sql" dbms="postgresql,yugabytedb" relativeToChangelogFile="true"/>
|
<sqlFile path="0-1-init-pg.sql" dbms="postgresql,yugabytedb" relativeToChangelogFile="true"/>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue