-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert changeset modifications. (#429)
* Revert changeset modifications. * Add dbms tag only to existing changeset files (FOR TESTING).
- Loading branch information
1 parent
c62b227
commit 5ba14b3
Showing
3 changed files
with
82 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.