Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorddash@mozilla.com <ddash@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2009-09-02 23:22:54 (GMT)
committer ddash@mozilla.com <ddash@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2009-09-02 23:22:54 (GMT)
commit13900f2da71e86d9e0efcd1392525908a8cf116a (patch)
tree3125d409cb4bb9141091b1dd187e068bd8f6756f /bin
parenta056cd76e65a35db38cd5b76e11bf10a9b537ead (diff)
[bug 504700] Migrations code for sphinx
git-svn-id: http://svn.mozilla.org/addons/trunk@50742 4eb1ac78-321c-0410-a911-ec516a8615a5
Diffstat (limited to 'bin')
-rw-r--r--bin/run_once/upgrade_versions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/run_once/upgrade_versions.py b/bin/run_once/upgrade_versions.py
index d0db605..efd29ba 100644
--- a/bin/run_once/upgrade_versions.py
+++ b/bin/run_once/upgrade_versions.py
@@ -99,8 +99,8 @@ def translate(version_string):
return int_str
if __name__ == '__main__':
- say(settings.db, "ALTER TABLE appversions ADD COLUMN version_int \
- BIGINT UNSIGNED AFTER version;")
+ # say(settings.db, "ALTER TABLE appversions ADD COLUMN version_int \
+ # BIGINT UNSIGNED AFTER version;")
id_versions = say(settings.db, \
"SELECT id, version FROM appversions")