New alert system and panel de control page
This commit is contained in:
@@ -36,7 +36,7 @@ from app.api import (
|
||||
class InventoryService(StandardFastAPIService):
|
||||
"""Inventory Service with standardized setup"""
|
||||
|
||||
expected_migration_version = "make_stock_fields_nullable"
|
||||
expected_migration_version = "20251123_unified_initial_schema"
|
||||
|
||||
async def verify_migrations(self):
|
||||
"""Verify database schema matches the latest migrations."""
|
||||
|
||||
Reference in New Issue
Block a user