From c3b333af90a39f38559de59762c8c1e247ffa2a3 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Wed, 15 Oct 2025 21:40:42 -0300 Subject: fix a few postgres queries --- postgres/init.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgres/init.sql') diff --git a/postgres/init.sql b/postgres/init.sql index d26379c..5fec2ca 100644 --- a/postgres/init.sql +++ b/postgres/init.sql @@ -112,6 +112,6 @@ INSERT INTO CharacterRights(CharacterID, Name) ('CLEANUP_FIELDS'), ('NO_STATISTICS') ) AS R (RightName) - WHERE C.Name = 'Gamemaster'; + WHERE C.Name ILIKE 'Gamemaster%' COLLATE "default"; COMMIT; -- cgit v1.2.3