You've already forked Mailu
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:
@@ -34,3 +34,10 @@ select 1
|
||||
create
|
||||
database mailu
|
||||
owner mailu;
|
||||
|
||||
-- name: create_citext!
|
||||
-- Install the CIText extension
|
||||
create
|
||||
extension
|
||||
if not exists
|
||||
citext;
|
||||
|
||||
Reference in New Issue
Block a user