Newer
Older
gitbucket_jkp / src / main / resources / update / gitbucket-core_4.39.xml
@Naoki Takezoe Naoki Takezoe on 18 Dec 2022 187 bytes Enum support in custom fields (#3195)
<?xml version="1.0" encoding="UTF-8"?>
<changeSet>
  <addColumn tableName="CUSTOM_FIELD">
    <column name="CONSTRAINTS" type="varchar(200)" nullable="true"/>
  </addColumn>
</changeSet>