diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-10-15 21:40:42 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-10-15 21:41:03 -0300 |
| commit | c3b333af90a39f38559de59762c8c1e247ffa2a3 (patch) | |
| tree | 24d74f0024a711e3cbab34c8ffa64cd589cff61a /postgres | |
| parent | e89144eb2d13532dd8802509a48c27e9934113b7 (diff) | |
| download | querymanager-c3b333af90a39f38559de59762c8c1e247ffa2a3.tar.gz querymanager-c3b333af90a39f38559de59762c8c1e247ffa2a3.zip | |
fix a few postgres queries
Diffstat (limited to 'postgres')
| -rw-r--r-- | postgres/init.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
