Update a little bit user dropdown message

This commit is contained in:
Chocobozzz
2020-01-21 14:05:22 +01:00
parent 7c1f3e7366
commit f0ad471007
5 changed files with 7 additions and 5 deletions

View File

@@ -163,7 +163,7 @@ async function checkPostgresExtension (extension: string) {
}
}
async function createFunctions () {
function createFunctions () {
const query = `CREATE OR REPLACE FUNCTION immutable_unaccent(text)
RETURNS text AS
$func$