Skip to content
Snippets Groups Projects
Commit ef3c7f92 authored by Gauthier's avatar Gauthier
Browse files

FIX : wrong coma in llx_opensurvey_sondage.sql creation script

parent 9cb2d046
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