misc/migration/3.8.3_common.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 25 Jun 2013 10:45:44 +0200
changeset 9067 262d7874c6c7
parent 5589 25bf54dab82b
permissions -rw-r--r--
[dbapi] explicitly use the DBAPI version of CubicwebRequestBase As we plan to use a ConnectionCubicwebRequestBase by default we better have the dbapi explicitly asking for a DBAPI implementation.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5580
3e9e6dd54ebb [migration] add migration file commands to follow option group changes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     1
option_group_changed('port', 'main', 'web')
3e9e6dd54ebb [migration] add migration file commands to follow option group changes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     2
option_group_changed('query-log-file', 'main', 'web')
3e9e6dd54ebb [migration] add migration file commands to follow option group changes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     3
option_group_changed('profile', 'main', 'web')
5589
25bf54dab82b [migration] force 3.8.3 migration, and fix it (same_as not necessarily there, missing group change for max-post-length)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5580
diff changeset
     4
option_group_changed('max-post-length', 'main', 'web')