mirror of
https://github.com/saltbo/zpan.git
synced 2026-08-29 00:01:42 +08:00
7 lines
589 B
SQL
7 lines
589 B
SQL
ALTER TABLE `download_tasks` ADD `resolve_started_at` integer;--> statement-breakpoint
|
|
ALTER TABLE `download_tasks` ADD `resolve_completed_at` integer;--> statement-breakpoint
|
|
ALTER TABLE `download_tasks` ADD `download_completed_at` integer;--> statement-breakpoint
|
|
ALTER TABLE `download_tasks` ADD `ingest_started_at` integer;--> statement-breakpoint
|
|
ALTER TABLE `download_tasks` ADD `ingest_completed_at` integer;--> statement-breakpoint
|
|
ALTER TABLE `download_tasks` ADD `seeding_started_at` integer;--> statement-breakpoint
|
|
ALTER TABLE `download_tasks` ADD `seeding_stopped_at` integer; |