forked from Hostea/dashboard
23 lines
556 B
Python
23 lines
556 B
Python
# Generated by Django 4.0.3 on 2022-06-28 09:25
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("infrastructure", "0003_rename_creted_instancecreated_created"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name="instancecreated",
|
|
name="gitea_password",
|
|
field=models.CharField(
|
|
default=None,
|
|
max_length=32,
|
|
verbose_name="Gitea password of this deployment",
|
|
),
|
|
),
|
|
]
|