mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 03:26:06 +01:00
7 lines
187 B
XML
7 lines
187 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<changeSet>
|
|
<addColumn tableName="CUSTOM_FIELD">
|
|
<column name="CONSTRAINTS" type="varchar(200)" nullable="true"/>
|
|
</addColumn>
|
|
</changeSet>
|