Skip to content

Instantly share code, notes, and snippets.

@rhelmer
Created December 15, 2011 03:44
Show Gist options
  • Select an option

  • Save rhelmer/1479736 to your computer and use it in GitHub Desktop.

Select an option

Save rhelmer/1479736 to your computer and use it in GitHub Desktop.
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