chore(migrations): update migration generation timestamps to latest time

- Updated generated timestamps in initial migrations of accounts, customers,
  inventory, orders, products, tenants, and user_roles apps
- Reflect new generation time from 08:35 to 23:23 on 2026-01-03
- No changes to migration logic or schema detected
- Ensures migration files align with most recent generation time for consistency
This commit is contained in:
2026-01-04 02:29:49 +03:00
parent bcda94f09a
commit 123f330a26
11 changed files with 188 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
# Generated by Django 5.0.10 on 2026-01-03 08:35
# Generated by Django 5.0.10 on 2026-01-03 23:23
import django.db.models.deletion
import phonenumber_field.modelfields

View File

@@ -1,4 +1,4 @@
# Generated by Django 5.0.10 on 2026-01-03 08:35
# Generated by Django 5.0.10 on 2026-01-03 23:23
import django.db.models.deletion
from django.conf import settings