mirror of
https://github.com/lemeow125/EquipmentTracker-Backend.git
synced 2024-11-17 14:19:25 +08:00
17 lines
311 B
Python
17 lines
311 B
Python
|
# 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',
|
||
|
),
|
||
|
]
|