Skip to content

Commit

Permalink
Fixed error: fixed mysql fresh installation error in Surveymenu
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Aug 8, 2017
1 parent aa28956 commit 0ed2e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/sql/create-mysql.sql
Expand Up @@ -626,7 +626,7 @@ CREATE TABLE `prefix_surveymenu` (
`parent_id` int(11) DEFAULT NULL,
`survey_id` int(11) DEFAULT NULL,
`user_id` int(11) DEFAULT NULL,
`order` int(11) DEFAULT '0',
`ordering` int(11) DEFAULT '0',
`level` int(11) DEFAULT '0',
`title` varchar(255) NOT NULL DEFAULT '',
`position` varchar(255) NOT NULL DEFAULT 'side',
Expand Down

0 comments on commit 0ed2e31

Please sign in to comment.