Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions service/src/main/resources/db/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd">
<!-- define global column types for dbms -->
<property global="true" dbms="postgresql" name="id.type" value="text"/>
<property global="true" dbms="postgresql" name="text.type" value="text"/>
<property global="true" dbms="postgresql" name="long.text.type" value="text"/>
<property global="true" dbms="postgresql" name="text.array.type" value="text[]"/>
<property global="true" dbms="postgresql" name="jsonb.type" value="jsonb"/>
<property global="true" dbms="mariadb,mysql" name="id.type" value="varchar(50)"/>
<property global="true" dbms="mariadb,mysql" name="text.type" value="varchar(255)"/>
<property global="true" dbms="mariadb,mysql" name="long.text.type" value="longtext"/>
<property global="true" dbms="mariadb,mysql" name="text.array.type" value="longtext"/>
<property global="true" dbms="mariadb,mysql" name="jsonb.type" value="longtext"/>
<!-- define changesets -->
<include file="changesets/20230410_schema_reset.yaml" relativeToChangelogFile="true"/>
<include file="changesets/20230530_avoid_postgres_specific_features.yaml" relativeToChangelogFile="true"/>
</databaseChangeLog>
Loading