# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1240910563 -7200 # Node ID fd8751c3f3ee0ea17545eaf34a5b13b0cff9633a # Parent 2c6eec0b46b9cf71e3896f19f000205525dfafea install card cube in 3.2 migration diff -r 2c6eec0b46b9 -r fd8751c3f3ee misc/migration/3.2.0_Any.py --- a/misc/migration/3.2.0_Any.py Tue Apr 28 11:22:31 2009 +0200 +++ b/misc/migration/3.2.0_Any.py Tue Apr 28 11:22:43 2009 +0200 @@ -1,3 +1,5 @@ rql('SET X value "main-template" WHERE X is CWProperty, ' 'X pkey "ui.main-template", X value "main"') checkpoint() + +add_cube('card', update_database=False)