# HG changeset patch # User Adrien Di Mascio # Date 1234985479 -3600 # Node ID 83c7e0c467c9d672f3becc712ca8379441dd680e # Parent 26fad1506df59f095e2d2d0678c2fd2251a20cf7 add migration script to update ui.main-template property diff -r 26fad1506df5 -r 83c7e0c467c9 misc/migration/3.2.0_Any.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/misc/migration/3.2.0_Any.py Wed Feb 18 20:31:19 2009 +0100 @@ -0,0 +1,3 @@ +rql('SET X value "main-template" WHERE X is EProperty, ' + 'X pkey "ui.main-template", X value "main"') +checkpoint()