17 lines
303 B
Python
17 lines
303 B
Python
# Generated by Django 5.1.4 on 2024-12-30 03:11
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('inventory', '0010_useractivitylog'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='UserActivityLog',
|
|
),
|
|
]
|