SUPPORT-8471: change patch

This commit is contained in:
Хакимуллин Артём 2024-09-12 13:31:23 +03:00
parent efb88897e8
commit 03c1b63d1c
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd"> http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
<changeSet id="create-table-classifier_attributes" author="a.khakimullin"> <changeSet id="create-table-okopf_records" author="a.khakimullin">
<sql> <sql>
CREATE TABLE okopf_records CREATE TABLE okopf_records
( (

View file

@ -5,6 +5,6 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd"> http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
<include file="2024-29-08--01-create-table-record-attributes.xml" relativeToChangelogFile="true"/> <include file="2024-29-08--01-create-table-okopf-records.xml" relativeToChangelogFile="true"/>
</databaseChangeLog> </databaseChangeLog>