mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-08 23:27:43 +02:00
7 lines
215 B
XML
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>
|