Files
newznab-tmux/resources/db/patches/mysql/0200~menu_items.sql
T
2016-09-21 12:34:07 +02:00

5 lines
234 B
SQL
Executable File

# This patch will remove calendar from the menu items
# The decision was made that the calendar feature is best suited
# for third party tools that do it much better (Sonarr, Sickbeard, etc.)
DELETE FROM menu WHERE href = 'calendar';