Fixed date preset not being correctly updated in table
This commit is contained in:
@@ -251,6 +251,7 @@ class TimescaleDBClient:
|
||||
cpp = EXCLUDED.cpp,
|
||||
actions = EXCLUDED.actions,
|
||||
cost_per_action_type = EXCLUDED.cost_per_action_type,
|
||||
date_preset = EXCLUDED.date_preset,
|
||||
date_start = EXCLUDED.date_start,
|
||||
date_stop = EXCLUDED.date_stop,
|
||||
fetched_at = NOW()
|
||||
@@ -334,6 +335,7 @@ class TimescaleDBClient:
|
||||
cpc = EXCLUDED.cpc,
|
||||
cpm = EXCLUDED.cpm,
|
||||
actions = EXCLUDED.actions,
|
||||
date_preset = EXCLUDED.date_preset,
|
||||
date_start = EXCLUDED.date_start,
|
||||
date_stop = EXCLUDED.date_stop,
|
||||
fetched_at = NOW()
|
||||
@@ -424,6 +426,7 @@ class TimescaleDBClient:
|
||||
cpc = EXCLUDED.cpc,
|
||||
cpm = EXCLUDED.cpm,
|
||||
actions = EXCLUDED.actions,
|
||||
date_preset = EXCLUDED.date_preset,
|
||||
date_start = EXCLUDED.date_start,
|
||||
date_stop = EXCLUDED.date_stop,
|
||||
fetched_at = NOW()
|
||||
|
||||
Reference in New Issue
Block a user