keep case of status stable in reference (#34559)

This commit is contained in:
Benjamin Dauvergne 2019-07-25 10:26:47 +02:00
parent 1d3705a7b1
commit 0450cf32ca
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}