Skip to content

Commit

Permalink
chore: fix migration scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv9449 committed Mar 27, 2024
1 parent 65badf1 commit 3ec1a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.0.10 on 2024-03-27 18:56
# Generated by Django 4.0.10 on 2024-03-27 19:13

from django.conf import settings
from django.db import migrations, models
Expand Down Expand Up @@ -26,6 +26,7 @@ class Migration(migrations.Migration):
options={
'verbose_name': 'Organization',
'verbose_name_plural': 'Organizations',
'db_table': 'core_club',
},
),
migrations.CreateModel(
Expand Down

This file was deleted.

0 comments on commit 3ec1a0b

Please sign in to comment.