server/migractions.py
branchstable
changeset 2124 5a0b02f37b23
parent 2122 4ea13a828513
child 2275 bc0bed0616a3
--- a/server/migractions.py	Fri Jun 19 08:29:22 2009 +0200
+++ b/server/migractions.py	Fri Jun 19 08:47:05 2009 +0200
@@ -523,7 +523,7 @@
             self.exec_event_script('postcreate', self.config.cube_dir(pack))
             self.commit()
 
-    def cmd_remove_cube(self, cube, removedeps=True):
+    def cmd_remove_cube(self, cube, removedeps=False):
         removedcubes = super(ServerMigrationHelper, self).cmd_remove_cube(
             cube, removedeps)
         if not removedcubes: