mirror of https://github.com/sipwise/repoapi.git
* build_resume can be triggered several times due to pool size * keep triggered_jobs info in db Change-Id: Iedfca9d386af5cfd9f52b6fd8b513c181f2d4983pull/7/head
parent
41f538ff3d
commit
460f775436
@ -0,0 +1,18 @@
|
||||
# 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),
|
||||
),
|
||||
]
|
||||
Loading…
Reference in new issue