add system_esia_id
This commit is contained in:
parent
5e67bf8fda
commit
bef6a0a99e
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="r.gaztdinov">
|
||||
<comment>add column system_esia_id</comment>
|
||||
<sql>
|
||||
ALTER TABLE IF EXISTS ervu_dashboard.citizen
|
||||
ADD COLUMN IF NOT EXISTS system_esia_id character varying;
|
||||
</sql>
|
||||
</changeSet>
|
||||
</databaseChangeLog>
|
||||
|
|
@ -22,4 +22,5 @@
|
|||
<include file="20250423-ERVU_citizen_add_external_signs_fz53.xml" relativeToChangelogFile="true"/>
|
||||
<include file="20250426-ERVU-442_add_ervu-status_table.xml" relativeToChangelogFile="true"/>
|
||||
<include file="20250427-ERVU-438_education_structure.xml" relativeToChangelogFile="true"/>
|
||||
<include file="20250523-ERVU-465_add_esia_id.xml" relativeToChangelogFile="true"/>
|
||||
</databaseChangeLog>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue