mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-08 23:16:48 +02:00
8 lines
337 B
XML
8 lines
337 B
XML
<?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"/>
|
|
<column name="DEFAULT_MERGE_OPTION" type="varchar(100)" nullable="false" defaultValue="merge-commit"/>
|
|
</addColumn>
|
|
</changeSet>
|