adding movies & web search tool
All checks were successful
Recommender Build and Deploy (internal) / Build Recommender Image (push) Successful in 4m0s
Recommender Build and Deploy (internal) / Deploy Recommender (internal) (push) Successful in 12s

This commit is contained in:
2026-03-26 20:35:22 -03:00
parent 6fdfc3797a
commit 1437092a42
25 changed files with 450 additions and 135 deletions

View File

@@ -0,0 +1,9 @@
ALTER TABLE "recommendations" ADD COLUMN "media_type" text DEFAULT 'tv_show' NOT NULL;
--> statement-breakpoint
ALTER TABLE "recommendations" ADD COLUMN "use_web_search" boolean DEFAULT false NOT NULL;
--> statement-breakpoint
ALTER TABLE "feedback" RENAME COLUMN "tv_show_name" TO "item_name";
--> statement-breakpoint
DROP INDEX "feedback_tv_show_name_idx";
--> statement-breakpoint
CREATE UNIQUE INDEX "feedback_item_name_idx" ON "feedback" USING btree ("item_name");

View File

@@ -8,6 +8,13 @@
"when": 1774479321371,
"tag": "0000_wild_joseph",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1774900000000,
"tag": "0001_add_media_type_web_search",
"breakpoints": true
}
]
}