# HG changeset patch # User Sylvain Thénault # Date 1248973257 -7200 # Node ID b717ebef04d8ee0a979f7ce69881651688e72667 # Parent 7c9888114085173a08b2eeebe49474515ccbaa71 [migration] reset do-not-insert-cwuri once it's properly in the schema diff -r 7c9888114085 -r b717ebef04d8 misc/migration/bootstrapmigration_repository.py --- a/misc/migration/bootstrapmigration_repository.py Thu Jul 30 18:52:33 2009 +0200 +++ b/misc/migration/bootstrapmigration_repository.py Thu Jul 30 19:00:57 2009 +0200 @@ -29,6 +29,7 @@ isession.commit() repo.hm.register_hook(uniquecstrcheck_before_modification, 'before_add_entity', '') repo.hm.register_hook(uniquecstrcheck_before_modification, 'before_update_entity', '') + session.set_shared_data('do-not-insert-cwuri', False) if applcubicwebversion < (3, 2, 2) and cubicwebversion >= (3, 2, 1): from base64 import b64encode