Add project slug field migration
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-11-26 19:06:10 +09:00
parent b51d79c5a1
commit ccc66f7f0d

View File

@@ -0,0 +1,13 @@
# Generated by Django 5.1.1 on 2025-11-26 10:03
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('web', '0018_fix_project_categories_column'),
]
operations = [
]