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:
pacnpal
2025-02-09 16:00:10 -05:00
parent 64d9943d86
commit 2db29fa866
30 changed files with 779 additions and 1654 deletions

View File

@@ -0,0 +1,13 @@
# Generated by Django 5.1.4 on 2025-02-09 19:48
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("parks", "0002_parkareaevent_parkevent_and_more"),
("parks", "0002_switch_to_pghistory"),
]
operations = []