Improve the frontend 3
This commit is contained in:
@@ -61,7 +61,7 @@ done
|
||||
SERVICES=(
|
||||
"pos" "sales" "recipes" "training" "auth" "orders" "inventory"
|
||||
"suppliers" "tenant" "notification" "alert-processor" "forecasting"
|
||||
"external" "production" "demo-session"
|
||||
"external" "production" "demo-session" "orchestrator" "procurement"
|
||||
)
|
||||
|
||||
# Backup directory
|
||||
@@ -793,4 +793,4 @@ echo -e " ${GREEN}import asyncio; from sqlalchemy.ext.asyncio import create_as
|
||||
echo -e " ${GREEN}\"${NC}"
|
||||
echo -e "${YELLOW}6. If issues occur, restore from backup:${NC}"
|
||||
echo -e " ${GREEN}cp -r $BACKUP_DIR/*/versions/* services/*/migrations/versions/${NC}"
|
||||
echo ""
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user