Add advanced search in client

This commit is contained in:
Chocobozzz 2018-07-20 18:31:49 +02:00
parent d525fc399a
commit 0b18f4aa80
21 changed files with 583 additions and 33 deletions

View file

@ -86,8 +86,6 @@ async function initDatabaseModels (silent: boolean) {
// Create custom PostgreSQL functions
await createFunctions()
await sequelizeTypescript.query('CREATE EXTENSION IF NOT EXISTS pg_trgm', { raw: true })
if (!silent) logger.info('Database %s is ready.', dbname)
return