Skip to content

Commit

Permalink
[#2939] Upgrade package_revision table
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Sep 26, 2012
1 parent f347c06 commit 41bc0c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ckan/migration/versions/061_org_changes.py
Expand Up @@ -11,6 +11,11 @@ def upgrade(migrate_engine):
ALTER TABLE package
ADD COLUMN owner_org TEXT,
ADD COLUMN private boolean DEFAULT FALSE;
ALTER TABLE package_revision
ADD COLUMN owner_org TEXT,
ADD COLUMN private boolean DEFAULT FALSE;
COMMIT;
'''
Expand Down

0 comments on commit 41bc0c6

Please sign in to comment.