Denys Bondarenko
Denys Bondarenko
does anyone know how to fix this?
@Awalgawe I have the same problem ``` await knex.raw(` DELETE FROM walhalla_main.report_type_user_column WHERE report_type_id = :reportTypeId:; INSERT INTO walhalla_main.report_type_user_column (report_type_id, column_name) SELECT :reportTypeId: AS report_type_id, unnest(:columns::text[]) `, { reportTypeId, columns:...
There is a problem with `version: 3.4.3` ```yml - role: geerlingguy.postgresql postgresql_user: postgres postgresql_group: postgres # postgresql_global_config_options: # - option: listen_addresses # value: '*' # - option: unix_socket_directories # value:...
Related to #1406