diff --git a/smartsoltech/web/migrations/0021_sync_production_database.py b/smartsoltech/web/migrations/0021_sync_production_database.py new file mode 100644 index 0000000..c20a6b6 --- /dev/null +++ b/smartsoltech/web/migrations/0021_sync_production_database.py @@ -0,0 +1,13 @@ +# Generated by Django 5.1.1 on 2025-11-26 10:46 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('web', '0020_recreate_project_table'), + ] + + operations = [ + ]