mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-22 22:51:09 -05:00
Add merge migrations for parks, companies, and moderation apps; update EmailConfiguration, Review, Photo, TopList, and TopListItem models to use pghistory for historical tracking
This commit is contained in:
13
moderation/migrations/0006_merge_20250209_1447.py
Normal file
13
moderation/migrations/0006_merge_20250209_1447.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# Generated by Django 5.1.4 on 2025-02-09 19:47
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("moderation", "0002_add_pghistory"),
|
||||
("moderation", "0005_editsubmissionevent_photosubmissionevent_and_more"),
|
||||
]
|
||||
|
||||
operations = []
|
||||
Reference in New Issue
Block a user