Skip to content

Commit

Permalink
Dev: Small fix in test SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 27, 2017
1 parent c7ceddb commit ffb3d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/sql/create-mysql.153.sql
Expand Up @@ -312,7 +312,7 @@ CREATE TABLE `prefix_surveys` (
--
CREATE TABLE `prefix_surveys_languagesettings` (
`surveyls_survey_id` INT UNSIGNED NOT NULL DEFAULT 0,
`surveyls_language` varchar(45) NULL DEFAULT 'en',
`surveyls_language` varchar(45) NOT NULL DEFAULT 'en',
`surveyls_title` varchar(200) NOT NULL,
`surveyls_description` TEXT NULL,
`surveyls_welcometext` TEXT NULL,
Expand Down

0 comments on commit ffb3d94

Please sign in to comment.