Skip to content

Commit

Permalink
Revert changeset modifications. (#429)
Browse files Browse the repository at this point in the history
* Revert changeset modifications.

* Add dbms tag only to existing changeset files (FOR TESTING).
  • Loading branch information
marikomedlock authored Jun 6, 2023
1 parent c62b227 commit 5ba14b3
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 93 deletions.
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

0 comments on commit 5ba14b3

Please sign in to comment.