Skip to content
Snippets Groups Projects
Commit a02100e3 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge pull request #3924 from atm-gauthier/develop_fix_script_creation

FIX : wrong coma in llx_opensurvey_sondage.sql creation script
parents 1d2dab63 ef3c7f92
No related branches found
No related tags found
No related merge requests found
......@@ -29,5 +29,5 @@ CREATE TABLE llx_opensurvey_sondage (
allow_comments tinyint NOT NULL DEFAULT 1,
allow_spy tinyint NOT NULL DEFAULT 1,
tms TIMESTAMP,
sujet TEXT, -- Not filled if format = 'F'. Question are into table llx_opensurvey_formquestions
sujet TEXT -- Not filled if format = 'F'. Question are into table llx_opensurvey_formquestions
) ENGINE=InnoDB;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment