mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-12-27 10:50:03 +01:00
9 lines
259 B
XML
9 lines
259 B
XML
<?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>
|