Newer
Older
gitbucket_jkp / src / main / resources / update / gitbucket-core_4.7.xml
@Naoki Takezoe Naoki Takezoe on 31 Oct 2016 375 bytes (refs #1286) Prototyping of new permission system
<?xml version="1.0" encoding="UTF-8"?>
<changeSet>
    <addColumn tableName="COLLABORATOR">
        <column name="PERMISSION" type="varchar(10)" nullable="false" defaultValue="ADMIN"/>
    </addColumn>
    <addColumn tableName="REPOSITORY">
        <column name="ALLOW_CREATE_ISSUE" type="boolean" nullable="false" defaultValueBoolean="false"/>
    </addColumn>
</changeSet>