We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb8b6c commit 4b76eb4Copy full SHA for 4b76eb4
1 file changed
hasura/triggers/match_options.sql
@@ -18,7 +18,7 @@ lan_count int;
18
region_count int;
19
BEGIN
20
SELECT COUNT(DISTINCT region) INTO region_count
21
- FROM servers where enabled = true;
+ FROM servers where enabled = true and type = 'Ranked';
22
23
IF NEW.regions IS NOT NULL THEN
24
SELECT count(*) INTO lan_count
0 commit comments