cubicweb/misc/migration/3.24.0_Any.py
changeset 11757 e845746b4d3c
parent 11709 c16fe74d0a5f
child 11773 054a947b5415
equal deleted inserted replaced
11756:60fed6272771 11757:e845746b4d3c
     1 # Check the CW versions and add the entity only if needed ?
     1 # Check the CW versions and add the entity only if needed ?
     2 add_entity_type('CWSession')
     2 add_entity_type('CWSession')
     3 rql('DELETE CWProperty X WHERE X pkey "system.version.pyramid"',
     3 rql('DELETE CWProperty X WHERE X pkey "system.version.pyramid"',
     4     ask_confirm=False)
     4     ask_confirm=False)
       
     5 
       
     6 sql('DROP TABLE moved_entities')