keep case of status stable in reference (#34559)

This commit is contained in:
Benjamin Dauvergne 2019-07-25 10:26:47 +02:00 committed by Frédéric Péters
parent 953ef05f00
commit e54a12df09
1 changed files with 1 additions and 1 deletions

View File

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