[cleaning] Adding migrations that are past due

This commit is contained in:
2025-04-07 13:47:21 -04:00
parent 484be0a64e
commit 4b5281bdd8
2 changed files with 617 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Generated by Django 4.2.19 on 2025-04-07 17:16
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("books", "0027_remove_paper_num_citations_paper_tldr"),
]
operations = [
migrations.DeleteModel(
name="Page",
),
]