mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-12-28 19:30:03 +01:00
Migration to delete empty extra mail addresses
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<changeSet>
|
<changeSet>
|
||||||
<modifyDataType columnName="PASSWORD" newDataType="varchar(200)" tableName="ACCOUNT"/>
|
<modifyDataType columnName="PASSWORD" newDataType="varchar(200)" tableName="ACCOUNT"/>
|
||||||
|
|
||||||
|
<delete tableName="ACCOUNT_EXTRA_MAIL_ADDRESS">
|
||||||
|
<where>EXTRA_MAIL_ADDRESS = ''</where>
|
||||||
|
</delete>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|||||||
Reference in New Issue
Block a user