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.
19 lines
421 B
19 lines
421 B
# Generated by Django 3.2.13 on 2022-06-08 08:29
|
|
from django.db import migrations
|
|
from django.db import models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("build", "0004_start_date"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="buildrelease",
|
|
name="triggered_jobs",
|
|
field=models.TextField(editable=False, null=True),
|
|
),
|
|
]
|