Revert "keep case of status stable in reference (#34559)"

This reverts commit 0450cf32ca.
This commit is contained in:
Thomas NOËL 2019-07-26 09:16:41 +02:00
parent 0450cf32ca
commit 0afea49dab
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 = {}