aboutsummaryrefslogtreecommitdiff
path: root/postgres/init.sql
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-10-17 16:12:31 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-10-17 16:12:31 -0300
commitd92f642810dc3125515d64f953d2bee840de1cc1 (patch)
treefbb497f3e65725a86366bc49aff0270e029d0316 /postgres/init.sql
parent63705942a366d39308251549a018451808c20ac8 (diff)
downloadquerymanager-d92f642810dc3125515d64f953d2bee840de1cc1.tar.gz
querymanager-d92f642810dc3125515d64f953d2bee840de1cc1.zip
world startup/shutdown timestamps + adjust a few column names
Diffstat (limited to 'postgres/init.sql')
-rw-r--r--postgres/init.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgres/init.sql b/postgres/init.sql
index e3907bd..fbe40c7 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 ILIKE 'Gamemaster%' COLLATE "default";
+ WHERE C.Name LIKE 'Gamemaster%' COLLATE "default";
COMMIT;