Skip to content

Commit

Permalink
Update install schema
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Oct 10, 2013
1 parent fac9040 commit ece8cb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cms/modules/installer/data/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ CREATE TABLE IF NOT EXISTS `TABLE_PREFIX_pages` (
`meta_title` varchar(255) DEFAULT '',
`meta_keywords` varchar(255) DEFAULT '',
`meta_description` text,
`robots` varchar(100) DEFAULT 'INDEX, FOLLOW',
`parent_id` int(11) unsigned DEFAULT NULL,
`layout_file` varchar(250) NOT NULL,
`behavior_id` varchar(25) NOT NULL,
Expand Down

0 comments on commit ece8cb0

Please sign in to comment.