Skip to content

Commit

Permalink
Fix column unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeauvoir committed Mar 1, 2015
1 parent ee8e40a commit 5697a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/var/db/db-mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ CREATE TABLE IF NOT EXISTS `cms_page` (
`is_inmenu` tinyint(1) NOT NULL,
`is_active` tinyint(1) NOT NULL,
`is_folder` tinyint(1) NOT NULL,
`enable_comments` tinyint(1) NOT NULL,
`has_option` tinyint(1) NOT NULL,
`create_date` datetime NOT NULL,
`update_date` datetime NOT NULL,
`deleted` tinyint(1) NOT NULL
Expand Down

0 comments on commit 5697a80

Please sign in to comment.