misc: create sql views on site import (#18702)

This commit is contained in:
Frédéric Péters 2017-09-14 12:57:26 +02:00
parent b2ed267d97
commit 0db663f6d0
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ class WcsPublisher(StubWcsPublisher):
if klass:
klass.rebuild_indexes()
if k ==' formdefs':
if k == 'formdefs':
# in case of formdefs, we store them anew in case SQL changes
# are required.
for formdef in FormDef.select():