Add migration files 0001-0007 and update .gitignore
This commit is contained in:
18
rog/migrations/0007_auto_20250829_1836.py
Normal file
18
rog/migrations/0007_auto_20250829_1836.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2.9 on 2025-08-29 09:36
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('rog', '0006_remove_image_address'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
# Mark this migration as fake to align with current database state
|
||||
migrations.RunSQL(
|
||||
"SELECT 1;", # Do nothing SQL
|
||||
reverse_sql="SELECT 1;",
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user