1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-23 22:04:47 +02:00

Implement CIText as NOCASE alternative in postgresql

This commit is contained in:
Tim Möhlmann
2018-11-20 14:41:17 +02:00
parent 9b9f3731f6
commit 0f3c1b9d15
9 changed files with 60 additions and 16 deletions

View File

@@ -34,3 +34,10 @@ select 1
create
database mailu
owner mailu;
-- name: create_citext!
-- Install the CIText extension
create
extension
if not exists
citext;