Denys Bondarenko

Results 4 comments of Denys Bondarenko

@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:...