mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
4 lines
145 B
SQL
Executable File
4 lines
145 B
SQL
Executable File
#Add failed column to dnzb_failures table
|
|
#to count failures for release
|
|
ALTER TABLE dnzb_failures ADD failed INT UNSIGNED NOT NULL DEFAULT '0';
|