mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
cdd3ada99a
This reverts commit 3e107a2fb6.
6 lines
183 B
SQL
6 lines
183 B
SQL
ALTER TABLE sharing ADD COLUMN max_download MEDIUMINT UNSIGNED NOT NULL DEFAULT '150';
|
|
|
|
UPDATE sharing SET max_pull = 20000;
|
|
|
|
UPDATE tmux SET value = '18' WHERE setting = 'sqlpatch';
|