diff --git a/wcs_olap/feeder.py b/wcs_olap/feeder.py index 7611bae..376640c 100644 --- a/wcs_olap/feeder.py +++ b/wcs_olap/feeder.py @@ -600,7 +600,7 @@ class WcsFormdefFeeder(object): self.formdef.schema.name]) self.formdef_sql_id = self.cur.fetchone()[0] - columns = [['status_id', 'smallint REFERENCES {status_table} (id)']] + columns = [['status_id', 'smallint REFERENCES "{status_table}" (id)']] comments = {}