This commit is contained in:
Marwan Alwali 2024-12-30 14:12:19 +03:00
parent 2940819f84
commit 8962646e2b
5 changed files with 14 additions and 0 deletions

BIN
db.sqlite

Binary file not shown.

View File

@ -0,0 +1,14 @@
# Generated by Django 5.1.4 on 2024-12-30 11:11
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('inventory', '0008_vatrate'),
('inventory', '0014_useractivitylog'),
]
operations = [
]