wcs_olap: formatting

This commit is contained in:
Benjamin Dauvergne 2016-06-18 09:30:10 +02:00
parent 90a36a5f95
commit 2fb3355568
1 changed files with 2 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class WcsOlapFeeder(object):
'type': 'integer',
'value': 'hour.id',
'filter': False,
}
},
],
'measures': [
{
@ -323,6 +323,7 @@ class WcsOlapFeeder(object):
' category_id integer REFERENCES {category_table} (id),'
' label varchar)')
self.ex('COMMENT ON TABLE {form_table} IS %s', vars=(u'types de formulaire',))
self.columns = [
['id', 'serial primary key'],
['formdef_id', 'smallint REFERENCES {form_table} (id)'],