Closed Bug 516052 Opened 15 years ago Closed 15 years ago

Run runonce/upgrade_versions.py on preview db

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

defect
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: davedash, Assigned: chizu)

References

()

Details

runonce/upgrade_versions.py needs to be run on the previewdb...
oremj says this was run.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reoppening, not sure why it didn't apply, but:

the versions table shouldn't have null items in the version_int column:

http://pastebin.mozilla.org/671200

If I can get DB write access, I can do this myself.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
This is blocking QA.  Marking as major.
Severity: normal → major
>>> from upgrade_versions import translate
>>> translate("0.8")
'00080000200100'
>>> translate("1.6")
'01060000200100'

Looks like it translates those two correctly in the script...

looking in the database, the entire column is NULL.   Looks to me like it didn't actually get run.  FWIW, that column does have valid data in it in production, so maybe it got ran there instead?

Anyhow, I just ran it on preview, and it appears to have updated.
Status: REOPENED → RESOLVED
Closed: 15 years ago15 years ago
Resolution: --- → FIXED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.