buster/packages/database/drizzle/0122_same_calypso.sql

5 lines
520 B
MySQL
Raw Normal View History

2025-10-09 00:17:58 +08:00
ALTER TABLE "chats" ADD COLUMN "screenshot_taken_at" timestamp with time zone;--> statement-breakpoint
ALTER TABLE "collections" ADD COLUMN "screenshot_taken_at" timestamp with time zone;--> statement-breakpoint
ALTER TABLE "dashboard_files" ADD COLUMN "screenshot_taken_at" timestamp with time zone;--> statement-breakpoint
ALTER TABLE "metric_files" ADD COLUMN "screenshot_taken_at" timestamp with time zone;--> statement-breakpoint
ALTER TABLE "report_files" ADD COLUMN "screenshot_taken_at" timestamp with time zone;