mirror of
https://github.com/encounter/decomp.me.git
synced 2026-03-30 11:06:27 -07:00
16 lines
309 B
Python
16 lines
309 B
Python
# Generated by Django 3.2.4 on 2021-11-20 09:05
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("coreapp", "0009_remove_crud_from_compilation"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name="Compilation",
|
|
),
|
|
]
|