Skip to content

Commit

Permalink
MP: quick add of a new module for this release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpascoe committed May 2, 2009
1 parent 5154a5a commit 1af2b21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/5-to-6.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ALTER TABLE `blocks` CHANGE `notes` `notes` VARCHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL;

INSERT INTO `sequences` VALUES ('configuration_types',5);

INSERT INTO `dcm_module_list` VALUES ('custom_attribute_display', 'Display information about custom attributes', 'ona/custom_attribute.inc.php');

0 comments on commit 1af2b21

Please sign in to comment.