mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-23 06:11:09 -05:00
Refactor migrations across multiple apps to remove and add triggers for event logging, ensuring consistency in data handling. Updated park and ride event tables, added new columns, and optimized user-generated content workflows. Enhanced moderation processes and improved overall database integrity.
This commit is contained in:
12
parks/migrations/0005_auto_20250920_0943.py
Normal file
12
parks/migrations/0005_auto_20250920_0943.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# Generated by Django 5.2.6 on 2025-09-20 13:43
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("parks", "0004_remove_park_insert_insert_remove_park_update_update_and_more"),
|
||||
]
|
||||
|
||||
operations = []
|
||||
Reference in New Issue
Block a user