Skip to content

Commit c4e2c71

Browse files
committed
chore: generate drizzle migration for api_key_id index + drop cache_points table
1 parent 7fd353e commit c4e2c71

3 files changed

Lines changed: 818 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE "console_request_cache_points" DISABLE ROW LEVEL SECURITY;--> statement-breakpoint
2+
DROP TABLE "console_request_cache_points" CASCADE;--> statement-breakpoint
3+
CREATE INDEX "idx_console_requests_api_key_id" ON "console_requests" USING btree ("api_key_id");

0 commit comments

Comments
 (0)