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