mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-12-13 22:00:29 +05:30
Attempt to run create extension before.
This commit is contained in:
parent
28a1a481c7
commit
1175a1c6c3
@ -4,10 +4,13 @@
|
|||||||
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
|
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
|
||||||
https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd">
|
https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd">
|
||||||
|
|
||||||
|
<changeSet id="0-0" author="kavin" runInTransaction="false">
|
||||||
|
<sqlFile path="0-0-init-yb.sql" dbms="yugabytedb" relativeToChangelogFile="true"/>
|
||||||
|
</changeSet>
|
||||||
|
|
||||||
<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