diff --git a/db.sqlite b/db.sqlite index acf36d5d..812c4e9d 100644 Binary files a/db.sqlite and b/db.sqlite differ diff --git a/inventory/__pycache__/models.cpython-311.pyc b/inventory/__pycache__/models.cpython-311.pyc index d1b3161f..ed11611b 100644 Binary files a/inventory/__pycache__/models.cpython-311.pyc and b/inventory/__pycache__/models.cpython-311.pyc differ diff --git a/inventory/__pycache__/urls.cpython-311.pyc b/inventory/__pycache__/urls.cpython-311.pyc index 7c65662f..8080971d 100644 Binary files a/inventory/__pycache__/urls.cpython-311.pyc and b/inventory/__pycache__/urls.cpython-311.pyc differ diff --git a/inventory/__pycache__/views.cpython-311.pyc b/inventory/__pycache__/views.cpython-311.pyc index 3b5bb2c0..7f75b0d1 100644 Binary files a/inventory/__pycache__/views.cpython-311.pyc and b/inventory/__pycache__/views.cpython-311.pyc differ diff --git a/inventory/migrations/0015_merge_0008_vatrate_0014_useractivitylog.py b/inventory/migrations/0015_merge_0008_vatrate_0014_useractivitylog.py new file mode 100644 index 00000000..00fd4c37 --- /dev/null +++ b/inventory/migrations/0015_merge_0008_vatrate_0014_useractivitylog.py @@ -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 = [ + ]