mirror of https://github.com/sipwise/repoapi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
542 B
22 lines
542 B
# Generated by Django 3.2.13 on 2022-06-14 16:37
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("build", "0005_buildrelease_triggered_jobs"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="buildrelease",
|
|
options={
|
|
"permissions": [
|
|
("can_trigger", "can trigger build releases"),
|
|
("can_trigger_hotfix", "can trigger hotfix builds"),
|
|
]
|
|
},
|
|
),
|
|
]
|