Skip to content

Commit a93403b

Browse files
committed
Rebase migrations
1 parent 0661ef2 commit a93403b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django_dbq/migrations/0005_alter_job_state.py renamed to django_dbq/migrations/0006_alter_job_state.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Generated by Django 3.2rc1 on 2021-11-29 04:43
1+
# Generated by Django 3.2rc1 on 2021-11-29 04:48
22

33
from django.db import migrations, models
44

55

66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
("django_dbq", "0004_auto_20210818_0247"),
9+
("django_dbq", "0005_job_run_after"),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)