42714c697f
A PostgreSQL extension needs to be created before using this package. PR: 276272
12 lines
211 B
Plaintext
12 lines
211 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
When using this package for the first time, you must first create the
|
|
CITEXT extension in your databaes. Issue this command:
|
|
|
|
create extension if not exists citext;
|
|
|
|
EOM
|
|
}
|
|
]
|