Skip to content

Commit

Permalink
Merge pull request #342 from tumblr/gabe-fix-asset_log-evolution
Browse files Browse the repository at this point in the history
fix asset_log.created_by to be varchar(255)
  • Loading branch information
byxorna committed Jul 10, 2015
2 parents 0d1388c + e3186ab commit 4a29959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/evolutions/collins/13.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# --- !Ups

ALTER TABLE asset_log ADD COLUMN created_by CHAR(256) NOT NULL DEFAULT '';
ALTER TABLE asset_log ADD COLUMN created_by VARCHAR(255) NOT NULL DEFAULT '';

# --- !Downs

Expand Down

0 comments on commit 4a29959

Please sign in to comment.