Files
koc-loop/drizzle/0001_sloppy_blue_blade.sql
2026-07-30 12:06:41 +08:00

5 lines
394 B
SQL

ALTER TABLE `contents` ADD `source_row` integer;--> statement-breakpoint
ALTER TABLE `tasks` ADD `source_url` text DEFAULT '' NOT NULL;--> statement-breakpoint
ALTER TABLE `tasks` ADD `source_sheet_id` text DEFAULT '' NOT NULL;--> statement-breakpoint
ALTER TABLE `tasks` ADD `source_sheet_name` text DEFAULT '' NOT NULL;--> statement-breakpoint
ALTER TABLE `tasks` ADD `source_synced_at` text;