Skip to content

Commit

Permalink
Added missing "js" field to install.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Jun 28, 2010
1 parent 50661c8 commit c8b3b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/sql/1-tables.sql
Expand Up @@ -164,6 +164,7 @@ CREATE TABLE `page_layouts` (
`title` VARCHAR( 60 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ,
`body` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ,
`css` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ,
`js` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ,
`theme_layout` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ,
`updated_on` INT( 11 ) NOT NULL
) ENGINE=InnoDB CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Store shared page layouts & CSS';
Expand Down

0 comments on commit c8b3b33

Please sign in to comment.