misc/migration/3.8.3_common.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 06 Sep 2011 15:29:05 +0200
branchstable
changeset 7765 6f6253e44bdd
parent 5589 25bf54dab82b
permissions -rw-r--r--
devtools: Fix cleanup of temporary database (closes #1908656) The stored database path for clean up was not absolute. We now make the ``db-name`` absolute at database manade initialization. before storing the name for cleanup.

option_group_changed('port', 'main', 'web')
option_group_changed('query-log-file', 'main', 'web')
option_group_changed('profile', 'main', 'web')
option_group_changed('max-post-length', 'main', 'web')