mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-23 11: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
companies/migrations/0005_merge_20250209_1447.py
Normal file
13
companies/migrations/0005_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 = [
|
||||
("companies", "0004_add_pghistory_triggers"),
|
||||
("companies", "0004_delete_designer_alter_company_id_and_more"),
|
||||
]
|
||||
|
||||
operations = []
|
||||
Reference in New Issue
Block a user