Skip to content

Commit 5c818b8

Browse files
conflicting migration fix
1 parent 32b820d commit 5c818b8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

backend/metering_billing/migrations/0119_accountsreceivabledebtor_and_more.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Generated by Django 4.0.5 on 2022-12-14 04:56
22

3-
from django.db import migrations, models
43
import django.db.models.deletion
54
import metering_billing.utils.utils
5+
from django.db import migrations, models
66

77

88
class Migration(migrations.Migration):
@@ -38,10 +38,6 @@ class Migration(migrations.Migration):
3838
),
3939
],
4040
),
41-
migrations.RemoveField(
42-
model_name="historicalsubscription",
43-
name="status",
44-
),
4541
migrations.RemoveField(
4642
model_name="subscription",
4743
name="status",

0 commit comments

Comments
 (0)