Добавление сета
This commit is contained in:
parent
e94f7820fb
commit
88cb9de5fa
2 changed files with 16 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<databaseChangeLog
|
||||
xmlns="http://www.liquibase.org/xml/ns/dbchangelog/1.9"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog/1.9
|
||||
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.9.xsd">
|
||||
|
||||
<changeSet id="0001" author="saliakhov">
|
||||
<comment>alter table</comment>
|
||||
<sql>
|
||||
ALTER TABLE IF EXISTS ervu_dashboard.citizen_child
|
||||
ALTER COLUMN kinship_type TYPE INTEGER USING
|
||||
</sql>
|
||||
</changeSet>
|
||||
</databaseChangeLog>
|
||||
|
|
@ -33,5 +33,6 @@
|
|||
<include file="20251004-ERVU.xml" relativeToChangelogFile="true"/>
|
||||
<include file="20251030-SUPPORT-9523.xml" relativeToChangelogFile="true"/>
|
||||
<include file="20251113-appeals.xml" relativeToChangelogFile="true"/>
|
||||
<include file="20251126-db_changesset.xml" relativeToChangelogFile="true"/>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue