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

Commit

Permalink
fix column name typo in migration (bug 792112)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Apr 3, 2013
1 parent a05c09b commit 3ef9467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/555-theme-licenses.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- for a license constant.
alter table personas drop foreign key personas_ibfk_4;

alter table personas change column license license int(11) unsigned null;
alter table personas change column license_id license int(11) unsigned null;

-- All Rights Reserved
update personas set license = 1 where license in (7, 1034);
Expand Down

0 comments on commit 3ef9467

Please sign in to comment.