mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-12-27 10:50: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"?>
|
||||
<changeSet>
|
||||
<modifyDataType columnName="PASSWORD" newDataType="varchar(200)" tableName="ACCOUNT"/>
|
||||
|
||||
<delete tableName="ACCOUNT_EXTRA_MAIL_ADDRESS">
|
||||
<where>EXTRA_MAIL_ADDRESS = ''</where>
|
||||
</delete>
|
||||
</changeSet>
|
||||
|
||||
Reference in New Issue
Block a user