Skip to content

Commit 4dfbe31

Browse files
committed
done
1 parent b1218b7 commit 4dfbe31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/migrations/0212_organization_categories_and_more.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# Generated by Django 5.1.6 on 2025-03-02 14:12
1+
# Generated by Django 5.1.6 on 2025-03-02 14:24
22

33
import django.contrib.postgres.fields
44
from django.db import migrations, models
55

66

77
class Migration(migrations.Migration):
8+
89
dependencies = [
910
("website", "0211_alter_githubreview_review_id"),
1011
]

0 commit comments

Comments
 (0)