Files
GitBucket/src/main/resources/update/gitbucket-core_4.6.xml
2016-10-03 15:26:23 +09:00

7 lines
215 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<changeSet>
<addColumn tableName="REPOSITORY">
<column name="ALLOW_FORK" type="boolean" nullable="false" defaultValueBoolean="true"/>
</addColumn>
</changeSet>