mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-12-13 05:40:30 +05:30
Add pgcrypto extension on yugabytedb.
This commit is contained in:
parent
657e63332e
commit
66abab9389
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 New Issue
Block a user