Created
December 15, 2011 03:44
-
-
Save rhelmer/1479736 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/socorro/external/postgresql/search.py b/socorro/external/postgresql/search.py | |
| index 5354757..d72a295 100644 | |
| --- a/socorro/external/postgresql/search.py | |
| +++ b/socorro/external/postgresql/search.py | |
| @@ -397,7 +397,7 @@ class Search(PostgreSQLBase): | |
| version_info = None | |
| if not x: | |
| - version_param = "version" | |
| + version_param = "version1" | |
| else: | |
| version_param = "version%s" % (x + 1) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment