server/migractions.py
changeset 10571 2cd8933fd875
parent 10553 1d824df4f2bd
child 10573 e4a807b49b58
--- a/server/migractions.py	Fri Jul 31 15:17:43 2015 +0200
+++ b/server/migractions.py	Tue Aug 25 11:09:22 2015 +0200
@@ -1080,7 +1080,7 @@
             if not self.confirm('Relation %s is still present in the filesystem schema,'
                                 ' do you really want to drop it?' % oldname,
                                 default='n'):
-                raise SystemExit(1)
+                return
         self.cmd_add_relation_type(newname, commit=True)
         self.rqlexec('SET X %s Y WHERE X %s Y' % (newname, oldname),
                      ask_confirm=self.verbosity>=2)