Skip to content

Commit

Permalink
refactor: remove unnecessary migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
tecoholic committed Dec 6, 2024
1 parent 29e63db commit 7c62f03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 4.2.13 on 2024-08-16 07:26
# Generated by Django 4.2.13 on 2024-12-06 03:48

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('enterprise', '0207_enterprisecustomer_hide_course_price_when_zero_and_more'),
('enterprise', '0206_auto_20240408_1344'),
]

operations = [
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 7c62f03

Please sign in to comment.