changeset for ERVU-483

This commit is contained in:
Тимур 2025-06-17 13:34:27 +03:00
parent fb64c5416b
commit 21004af739
3 changed files with 21 additions and 1 deletions

View file

@ -0,0 +1,19 @@
<?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="absataov">
<comment>edit table</comment>
<sql>
ALTER TABLE appeals.main_profile ALTER COLUMN age TYPE integer USING age::integer;
ALTER TABLE appeals.main_profile ALTER COLUMN child_min_18 TYPE integer USING child_min_18::integer;
ALTER TABLE appeals.appeals_list ADD COLUMN IF NOT EXISTS system_esia_id VARCHAR NULL;
</sql>
</changeSet>
</databaseChangeLog>

View file

@ -24,5 +24,6 @@
<include file="20250427-ERVU-438_education_structure.xml" relativeToChangelogFile="true"/>
<include file="20250523-ERVU-465_add_esia_id.xml" relativeToChangelogFile="true"/>
<include file="20250526-ERVU-444_additional_education_fields.xml" relativeToChangelogFile="true"/>
<include file="20250617-ERVU-483.xml" relativeToChangelogFile="true"/>
</databaseChangeLog>

View file

@ -19,7 +19,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<enable.version.in.url>false</enable.version.in.url>
<joda-time.version>2.9.2</joda-time.version>
<webbpm-platform.version>3.192.7</webbpm-platform.version>
<webbpm-platform.version>3.192.13</webbpm-platform.version>
<wbp.overall-timeout>72000</wbp.overall-timeout>
</properties>
<dependencyManagement>