misc/migration/3.6.1_Any.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 03 Jun 2010 09:41:41 +0200
branchstable
changeset 5649 a07dee204187
parent 4644 021035b9a7ab
child 8798 cdab3aadc679
permissions -rw-r--r--
fix unit tests by not using the new create_eid implementation with sqlite Actually, fix a couple of issues with a previous attempt: * do not use double underscores as method patching will fail with these * old method must always be used with sqlite regardless of the no_sqlite_wrap attribute
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4570
ede247bbbf62 follow yams api change: attributes permissions are now defined for
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     1
sync_schema_props_perms(syncprops=False)
4644
021035b9a7ab introduce 'go back' transition: transition without destination state will go to the state we were coming from
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 4570
diff changeset
     2
sync_schema_props_perms('destination_state', syncperms=False)