From 9b909b3ae7c74a828da60e5bf546b5feac1d0750 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 23 Jun 2017 13:05:17 +0200 Subject: fix sequelize having issues with :digit: --- worker.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'worker.js') diff --git a/worker.js b/worker.js index eb6fea6..8d277de 100644 --- a/worker.js +++ b/worker.js @@ -119,6 +119,8 @@ if (LOGGLY_TOKEN) if (api_ids_global.length > 0) await seq.query(global_script, { replacements: { + build_regex_start: '^([[:digit:]]+;[[:digit:]]+,)*(', + build_regex_end: ')+(,[[:digit:]]+;[[:digit:]]+)*$', participant_api_ids: api_ids_global }, type: seq.QueryTypes.UPSERT -- cgit v1.3.1