Fix DB issue 2s
This commit is contained in:
@@ -22,7 +22,7 @@ from app.api.food_safety import router as food_safety_router
|
||||
class InventoryService(StandardFastAPIService):
|
||||
"""Inventory Service with standardized setup"""
|
||||
|
||||
expected_migration_version = "001_initial_inventory"
|
||||
expected_migration_version = "00001"
|
||||
|
||||
async def on_startup(self, app):
|
||||
"""Custom startup logic including migration verification"""
|
||||
|
||||
Reference in New Issue
Block a user