forked from Hostea/dashboard
19 lines
392 B
Python
19 lines
392 B
Python
|
# Generated by Django 4.0.3 on 2022-06-27 17:29
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
("infrastructure", "0002_instancecreated_gitea_password"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RenameField(
|
||
|
model_name="instancecreated",
|
||
|
old_name="creted",
|
||
|
new_name="created",
|
||
|
),
|
||
|
]
|