cubicweb/misc/migration/3.24.0_Any.py
changeset 11757 e845746b4d3c
parent 11709 c16fe74d0a5f
child 11773 054a947b5415
--- a/cubicweb/misc/migration/3.24.0_Any.py	Fri Sep 30 17:36:40 2016 +0200
+++ b/cubicweb/misc/migration/3.24.0_Any.py	Thu Sep 29 11:44:19 2016 +0200
@@ -2,3 +2,5 @@
 add_entity_type('CWSession')
 rql('DELETE CWProperty X WHERE X pkey "system.version.pyramid"',
     ask_confirm=False)
+
+sql('DROP TABLE moved_entities')