remove unused column
This commit is contained in:
parent
8d0dc822a7
commit
5395f0ab3b
1 changed files with 15 additions and 0 deletions
15
catalog/migrations/0008_delete_historicalitem.py
Normal file
15
catalog/migrations/0008_delete_historicalitem.py
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Generated by Django 3.2.19 on 2023-06-19 14:28
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("catalog", "0007_performance"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name="HistoricalItem",
|
||||
),
|
||||
]
|
Loading…
Add table
Reference in a new issue