Newer
Older
gitbucket_jkp / src / main / resources / update / gitbucket-core_4.22.xml
@Naoki Takezoe Naoki Takezoe on 11 Feb 2018 230 bytes (refs #1859) Add options to manage merge strategies
<?xml version="1.0" encoding="UTF-8"?>
<changeSet>
  <addColumn tableName="REPOSITORY">
    <column name="MERGE_OPTIONS" type="varchar(200)" nullable="false" defaultValue="merge-commit,squash,rebase"/>
  </addColumn>
</changeSet>