cubicweb/misc/migration/postcreate.py
changeset 11129 97095348b3ee
parent 11075 881b3d9ee2b3
parent 11057 0b59724cb3f2
child 12567 26744ad37953
--- a/cubicweb/misc/migration/postcreate.py	Thu Feb 11 21:59:49 2016 +0100
+++ b/cubicweb/misc/migration/postcreate.py	Wed Feb 17 13:45:34 2016 +0100
@@ -30,7 +30,7 @@
     create_entity('CWProperty', pkey=u'system.version.%s' % cube.lower(),
                   value=text_type(config.cube_version(cube)))
 
-# some entities have been added before schema entities, fix the 'is' and
+# some entities have been added before schema entities, add their missing 'is' and
 # 'is_instance_of' relations
 for rtype in ('is', 'is_instance_of'):
     sql('INSERT INTO %s_relation '