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

Commit

Permalink
update redshift migration with default values
Browse files Browse the repository at this point in the history
  • Loading branch information
oyiptong committed May 19, 2015
1 parent e062975 commit e95b156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddl/migrations/redshift/1431545807.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE adgroups ADD COLUMN check_blacklist BOOLEAN;
ALTER TABLE adgroups ADD COLUMN check_blacklist BOOLEAN DEFAULT 'false' NOT NULL;

0 comments on commit e95b156

Please sign in to comment.