Skip to content

Commit cd4c142

Browse files
authored
Fixed conflicting migration error (microsoft#147)
1 parent 655a5a2 commit cd4c142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testapp/migrations/0020_timezone.py renamed to testapp/migrations/0022_timezone.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 4.0.4 on 2022-05-18 20:55
1+
# Generated by Django 4.0.4 on 2022-06-07 15:37
22

33
from django.db import migrations, models
44
import django.utils.timezone
@@ -7,7 +7,7 @@
77
class Migration(migrations.Migration):
88

99
dependencies = [
10-
('testapp', '0019_customer_name_customer_address'),
10+
('testapp', '0021_multiple_autofield_to_bigauto'),
1111
]
1212

1313
operations = [

0 commit comments

Comments
 (0)