Add advanced search in client
This commit is contained in:
parent
d525fc399a
commit
0b18f4aa80
21 changed files with 583 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue