Skip to content

Commit

Permalink
add show_in_editor column to upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
takeit committed Sep 25, 2014
1 parent 8e2d85c commit f32729e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ALTER TABLE `audit_event` CHANGE `resource_id` `resource_id` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;
ALTER TABLE `audit_event` CHANGE `resource_id` `resource_id` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;
ALTER TABLE `ArticleTypeMetadata` ADD `show_in_editor` INT(1) NOT NULL DEFAULT '1';

0 comments on commit f32729e

Please sign in to comment.