Skip to content

Commit

Permalink
fix: resolved numbering issue for migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
MueezKhan246 committed Jan 17, 2024
1 parent e1b5f10 commit 707fc01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 3.2.23 on 2024-01-17 10:31
# Generated by Django 3.2.23 on 2024-01-17 10:52

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('moodle', '0030_merge_0028_auto_20231116_1826_0029_auto_20231106_1233'),
('moodle', '0031_moodlelearnerdatatransmissionaudit_transmission_status'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 3.2.23 on 2024-01-17 10:39
# Generated by Django 3.2.23 on 2024-01-17 10:55

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('moodle', '0031_auto_20240117_1031'),
('moodle', '0032_auto_20240117_1052'),
]

operations = [
Expand Down

0 comments on commit 707fc01

Please sign in to comment.