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

Commit

Permalink
Drop database fields, too
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre authored and aandis committed Dec 2, 2016
1 parent 57b3543 commit 0224591
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sql/branch.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
BEGIN;
ALTER TABLE packages DROP COLUMN readme;
ALTER TABLE packages DROP COLUMN readme_raw;
ALTER TABLE packages DROP COLUMN readme_type;
ALTER TABLE packages DROP COLUMN readme_needs_to_be_processed;
END;

0 comments on commit 0224591

Please sign in to comment.