mirror of
https://github.com/lemeow125/EquipmentTracker-Backend.git
synced 2025-05-17 11:58:17 +08:00
Remove historical tracking for equipment groups to simplify handling
This commit is contained in:
parent
acb92b09b0
commit
d915852632
6 changed files with 27 additions and 86 deletions
|
@ -0,0 +1,16 @@
|
|||
# Generated by Django 4.2.7 on 2023-12-05 12:31
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('equipment_groups', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='HistoricalEquipmentGroup',
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue