forked from Hostea/dashboard
18 lines
370 B
Python
18 lines
370 B
Python
|
# Generated by Django 4.0.3 on 2022-06-28 14:26
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
("infrastructure", "0004_alter_instancecreated_gitea_password"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RemoveField(
|
||
|
model_name="instancecreated",
|
||
|
name="gitea_password",
|
||
|
),
|
||
|
]
|