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

Commit

Permalink
move addons_collections.added to created (bug 589922)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh committed Aug 26, 2010
1 parent 81f2442 commit 6a6c7d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions migrations/70-collections-created.sql
@@ -0,0 +1,3 @@
UPDATE addons_collections SET created=added WHERE created IS NULL;

ALTER TABLE collections DROP COLUMN password;

0 comments on commit 6a6c7d1

Please sign in to comment.