branch | stable |
changeset 1954 | 9b20f3504af8 |
parent 1952 | 8e19c813750d |
child 1977 | 606923dff11b |
--- a/misc/migration/bootstrapmigration_repository.py Wed May 27 11:24:58 2009 +0200 +++ b/misc/migration/bootstrapmigration_repository.py Wed May 27 11:26:03 2009 +0200 @@ -33,7 +33,7 @@ add_relation_type('is_instance_of') # fill the relation using an efficient sql query instead of using rql sql('INSERT INTO is_instance_of_relation ' - ' SELECT * from is_relation') + ' SELECT * from is_relation') checkpoint() session.set_shared_data('do-not-insert-is_instance_of', False)