first (part 2: other directories)
Deploy Iddaai Backend / build-and-deploy (push) Failing after 18s

This commit is contained in:
2026-04-16 15:11:25 +03:00
parent 7814e0bc6b
commit 2f0b85a0c7
203 changed files with 59989 additions and 0 deletions
@@ -0,0 +1,10 @@
-- Drop unused columns from live_matches
DROP INDEX IF EXISTS "live_matches_is_processed_by_bot_idx";
ALTER TABLE "live_matches"
DROP COLUMN IF EXISTS "json_data",
DROP COLUMN IF EXISTS "is_processed_by_bot",
DROP COLUMN IF EXISTS "away_red_cards",
DROP COLUMN IF EXISTS "current_minute",
DROP COLUMN IF EXISTS "home_red_cards",
DROP COLUMN IF EXISTS "momentum_score";