Fix raisy filter options retrieval.

This commit is contained in:
Roberto Agostino Vitillo 2015-06-30 23:38:05 +01:00
Родитель 5377ddcb85
Коммит 6bbf6d01d6
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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 || '%';

Просмотреть файл

@ -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',