Fix that became apparent after unit testing
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
This commit is contained in:
@@ -195,7 +195,7 @@ class StatsStore(StateDeltasStore):
|
||||
"table": table,
|
||||
"id_col": id_col,
|
||||
"origin_table": origin_table,
|
||||
"zero_cols": zero_cols,
|
||||
"zero_cols": ", ".join(zero_cols),
|
||||
"zeroes": ", ".join(["0"] * len(zero_cols)),
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user