Fix raisy filter options retrieval.
This commit is contained in:
Родитель
5377ddcb85
Коммит
6bbf6d01d6
|
@ -248,7 +248,7 @@ begin
|
|||
from information_schema.tables
|
||||
where table_schema=\'public\' and table_type=\'BASE TABLE\' and table_name like $1 || $2
|
||||
order by table_name desc
|
||||
limit 1'
|
||||
limit 1 offset 2'
|
||||
into last_table_name
|
||||
using prefix, '_' || channel || '%';
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -12,7 +12,7 @@ import setuptools.command.install
|
|||
|
||||
|
||||
setup(name='python_mozaggregator',
|
||||
version='0.2.0.5',
|
||||
version='0.2.0.6',
|
||||
author='Roberto Agostino Vitillo',
|
||||
author_email='rvitillo@mozilla.com',
|
||||
description='Telemetry aggregation job',
|
||||
|
|
Загрузка…
Ссылка в новой задаче