diff rhodecode/lib/dbmigrate/migrate/exceptions.py @ 1442:7f31de1584c6 beta

update migrations for 1.2
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 14 Aug 2011 23:51:21 +0300
parents 3bd2e94cbfc8
children 5b2cf21b1947
line wrap: on
line diff
--- a/rhodecode/lib/dbmigrate/migrate/exceptions.py	Tue Aug 09 12:59:33 2011 +0530
+++ b/rhodecode/lib/dbmigrate/migrate/exceptions.py	Sun Aug 14 23:51:21 2011 +0300
@@ -71,6 +71,11 @@
     """Invalid script error."""
 
 
+class InvalidVersionError(Error):
+    """Invalid version error."""
+
+# migrate.changeset
+
 class NotSupportedError(Error):
     """Not supported error"""