Newer
Older
gitbucket_jkp / src / main / resources / update / gitbucket-core_4.9.xml
@nazoking nazoking on 15 Jan 2017 174 bytes use description as bio in user account type
<?xml version="1.0" encoding="UTF-8"?>
<changeSet>
  <addColumn tableName="ACCOUNT">
    <column name="DESCRIPTION" type="text" nullable="true" />
  </addColumn>
</changeSet>