when I execute
../bin/initialize_qserve_db production.ini
I get this error
sqlalchemy.exc.IntegrityError: (IntegrityError) column name is not unique u'INSERT INTO models (name, value) VALUES (?, ?)' ('one', 1)
I am pretty new to Pyramid. Can anyone tell where should I look for mistakes?