mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-22 16:51:09 -05:00
14 lines
299 B
Python
14 lines
299 B
Python
# 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 = []
|