1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-29 22:37:58 +02:00

Revert "Implement CIText as NOCASE alternative in postgresql"

This reverts commit 0f3c1b9d15.
This commit is contained in:
kaiyou
2018-12-10 15:01:27 +01:00
parent f52ae5535c
commit 76925e82f3
9 changed files with 16 additions and 60 deletions

View File

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