server/migractions.py
changeset 10107 1ef92a6193a8
parent 10095 200bd6a601dc
child 10129 52adf66fae7d
--- a/server/migractions.py	Thu May 15 23:18:17 2014 +0200
+++ b/server/migractions.py	Thu Oct 23 15:47:17 2014 +0200
@@ -689,8 +689,8 @@
                 self.cmd_exec_event_script('postcreate', cube)
                 self.commit()
 
-    def cmd_remove_cube(self, cube, removedeps=False):
-        removedcubes = super(ServerMigrationHelper, self).cmd_remove_cube(
+    def cmd_drop_cube(self, cube, removedeps=False):
+        removedcubes = super(ServerMigrationHelper, self).cmd_drop_cube(
             cube, removedeps)
         if not removedcubes:
             return