add migration for percentile agg

This commit is contained in:
Alexander Zobnin
2019-04-19 13:14:41 +03:00
parent 05a746b42c
commit 938ca83e47
2 changed files with 12 additions and 1 deletions

View File

@@ -140,7 +140,7 @@ addFuncDef({
});
addFuncDef({
name: 'percentil',
name: 'percentile',
category: 'Aggregate',
params: [
{ name: 'interval', type: 'string' },