SUPPORT-8471: change patch
This commit is contained in:
parent
efb88897e8
commit
03c1b63d1c
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
|
||||
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>
|
||||
CREATE TABLE okopf_records
|
||||
(
|
||||
|
|
@ -5,6 +5,6 @@
|
|||
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
|
||||
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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue