chore: bump version to 2.12.1
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 55s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 55s
This commit is contained in:
4
infra/migrations/0065_add_torrent_progress.sql
Normal file
4
infra/migrations/0065_add_torrent_progress.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE torrent_downloads
|
||||
ADD COLUMN progress REAL NOT NULL DEFAULT 0,
|
||||
ADD COLUMN download_speed BIGINT NOT NULL DEFAULT 0,
|
||||
ADD COLUMN eta BIGINT NOT NULL DEFAULT 0;
|
||||
Reference in New Issue
Block a user