summaryrefslogtreecommitdiffstats
path: root/upgrade.php
blob: d01a94cbc25fd27c4946286e1bae9b6b7499e40e (plain)
1
2
3
SET @vhid = (SELECT `ID` FROM `tags` WHERE `name` = 'vanity.house');

UPDATE torrents_group SET VanityHouse = (SELECT COUNT(*) FROM torrents_tags WHERE torrents_tags.TagID = @vhid AND torrents_tags.GroupID = torrents_group.ID);