Revert "Добавление сета"

This reverts commit 88cb9de5fa.
This commit is contained in:
Фоат Саляхов 2025-11-27 12:50:59 +03:00
parent 88cb9de5fa
commit 361cb7dec2
2 changed files with 0 additions and 16 deletions

View file

@ -1,15 +0,0 @@
<?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>

View file

@ -33,6 +33,5 @@
<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>