Files
zpan/migrations/0037_add-download-task-upload-progress.sql
T
2026-06-03 12:05:55 -04:00

1 line
77 B
SQL

ALTER TABLE `download_tasks` ADD `uploaded_bytes` integer DEFAULT 0 NOT NULL;