mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 13:31:08 -05:00
11 lines
266 B
Python
11 lines
266 B
Python
from django.db import migrations
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
('media', '0003_update_photo_field_and_normalize'),
|
|
]
|
|
|
|
operations = [
|
|
# No schema changes needed, just need to trigger the new upload_to path
|
|
]
|