cubicweb/misc/migration/3.11.0_Any.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 11775 39cf9e55ada8
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
     1 from datetime import datetime
       
     2 
       
     3 for rtype in ('cw_support', 'cw_dont_cross', 'cw_may_cross'):
     1 for rtype in ('cw_support', 'cw_dont_cross', 'cw_may_cross'):
     4     drop_relation_type(rtype)
     2     drop_relation_type(rtype)
     5 
     3 
     6 add_entity_type('CWSourceSchemaConfig')
     4 add_entity_type('CWSourceSchemaConfig')
     7 
     5