Merge pull request #3924 from atm-gauthier/develop_fix_script_creation

FIX : wrong coma in llx_opensurvey_sondage.sql creation script
This commit is contained in:
Juanjo Menent 2015-11-08 11:03:26 +01:00
commit a02100e3c7

View File

@ -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;