email DROP NOT NULL
This commit is contained in:
parent
dd8d6cf236
commit
c9859c2085
4 changed files with 37 additions and 3 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="e.makarova">
|
||||
<comment>email</comment>
|
||||
<sql>
|
||||
ALTER TABLE security.user_account ALTER COLUMN email DROP NOT NULL;
|
||||
</sql>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
|
@ -7,5 +7,6 @@
|
|||
|
||||
<include file="20241120-SUPPORT-8722_create_db.xml" relativeToChangelogFile="true"/>
|
||||
<include file="20250205-ERVU-261_create_db.xml" relativeToChangelogFile="true"/>
|
||||
|
||||
<include file="20250207_user_account_email.xml" relativeToChangelogFile="true"/>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
|
@ -298,7 +298,16 @@
|
|||
<name>email</name>
|
||||
<container>false</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c"/>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>required</key>
|
||||
<value>
|
||||
<simple>false</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="d9ac3145-9d66-42bd-9f24-1c3d0d2e31d0"/>
|
||||
<scripts id="65a2fd7d-1842-48ed-a297-6f1aa1a6b3d2"/>
|
||||
<scripts id="5ba072f6-3017-4f32-9a6a-1ca5e690e1dd"/>
|
||||
|
|
|
|||
|
|
@ -224,7 +224,16 @@
|
|||
<name>email</name>
|
||||
<container>false</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c"/>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>required</key>
|
||||
<value>
|
||||
<simple>false</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="d9ac3145-9d66-42bd-9f24-1c3d0d2e31d0"/>
|
||||
<scripts id="65a2fd7d-1842-48ed-a297-6f1aa1a6b3d2"/>
|
||||
<scripts id="5ba072f6-3017-4f32-9a6a-1ca5e690e1dd"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue