17 lines
299 B
Python
Executable File
17 lines
299 B
Python
Executable File
# Generated by Django 4.2.13 on 2024-06-17 08:51
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("base", "0002_document_delete_upload"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name="Document",
|
|
),
|
|
]
|