# HG changeset patch # User Nicolas Chauvat <nicolas.chauvat@logilab.fr> # Date 1266412111 -3600 # Wed Feb 17 14:08:31 2010 +0100 # Branch stable # Node ID 8ddb43387dda016e8b01d96f8375f91fb7b903f4 # Parent 901959b5b86777390826d7026b5de37e8c97efa1 with 3.6 checkpoint was renamed to commit diff --git a/migration/1.7.0_Any.py b/migration/1.7.0_Any.py --- a/migration/1.7.0_Any.py +++ b/migration/1.7.0_Any.py @@ -12,7 +12,7 @@ publish = bwf.add_transition(_('publish'), draft, published, ('managers',)) - checkpoint() + commit() # set state to published for already existing blog entries blogentries = rql('Any B WHERE B is BlogEntry') @@ -23,4 +23,4 @@ 'B eid %(b)s', {'b': eid}, 'b') -checkpoint() +commit()