recreate table migration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
13
smartsoltech/web/migrations/0020_recreate_project_table.py
Normal file
13
smartsoltech/web/migrations/0020_recreate_project_table.py
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Generated by Django 5.1.1 on 2025-11-26 10:16
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('web', '0019_add_project_slug'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user