changeset for ERVU-483
This commit is contained in:
parent
fb64c5416b
commit
21004af739
3 changed files with 21 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue