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.
18 lines
419 B
18 lines
419 B
# Generated by Django 3.2.18 on 2025-01-14 16:05
|
|
from django.db import migrations
|
|
from django.db import models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("build", "0006_alter_buildrelease_options"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="buildrelease",
|
|
name="failed",
|
|
field=models.BooleanField(default=False),
|
|
),
|
|
]
|