Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Fixed pending addons; bug 512128
Browse files Browse the repository at this point in the history
  • Loading branch information
clouserw committed Sep 30, 2010
1 parent 8ab5890 commit a588405
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions migrations/81-fix-addon-statuses.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- bug 512128
UPDATE addons SET status=0 WHERE status=2;

0 comments on commit a588405

Please sign in to comment.