add migration script to update ui.main-template property tls-sprint
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 18 Feb 2009 20:31:19 +0100
branchtls-sprint
changeset 831 83c7e0c467c9
parent 830 26fad1506df5
child 832 8e06873d80d3
add migration script to update ui.main-template property
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()