13 lines
518 B
Diff
13 lines
518 B
Diff
|
--- buildbot/db/enginestrategy.py.orig
|
||
|
+++ buildbot/db/enginestrategy.py
|
||
|
@@ -174,9 +174,6 @@ class BuildbotEngineStrategy(strategies.
|
||
|
|
||
|
if version_tup < (0, 6):
|
||
|
raise RuntimeError("SQLAlchemy version %s is too old" % (version,))
|
||
|
- if version_tup > (0, 7, 10):
|
||
|
- raise RuntimeError("SQLAlchemy version %s is not supported by "
|
||
|
- "SQLAlchemy-Migrate" % (version,))
|
||
|
|
||
|
def create(self, name_or_url, **kwargs):
|
||
|
if 'basedir' not in kwargs:
|