misc/migration/3.14.7_Any.py
author Lea Capgen <lea.capgen@logilab.fr>
Thu, 28 Aug 2014 18:29:14 +0200
changeset 9956 19a683a0047c
parent 8336 7ccd4367ee1c
permissions -rw-r--r--
[CWEP002] properly handle serialization of computed relations We now: * have CWComputedRelation in the bootstrap schema to store computed relations * properly serialize/deserialize it * test first if the database has been migrated and contains the related table Related to #3546717 [jcr: adjust unittest_querier to pass with the added entity type]
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8336
7ccd4367ee1c [workflow] set default test/plain option for workflow default comment (closes #993083)
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents: 8149
diff changeset
     1
# migrate default format for TriInfo `comment_format` attribute
7ccd4367ee1c [workflow] set default test/plain option for workflow default comment (closes #993083)
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents: 8149
diff changeset
     2
sync_schema_props_perms('TrInfo')
7ccd4367ee1c [workflow] set default test/plain option for workflow default comment (closes #993083)
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents: 8149
diff changeset
     3
7ccd4367ee1c [workflow] set default test/plain option for workflow default comment (closes #993083)
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents: 8149
diff changeset
     4
commit()