mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-22 06:31: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
parks/migrations/0003_merge_20250209_1448.py
Normal file
13
parks/migrations/0003_merge_20250209_1448.py
Normal 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 = []
|
||||
Reference in New Issue
Block a user