[sql] Failed to execute: CREATE TABLE extend_comment ( id_comment INT DEFAULT 0 NOT NULL, id_resource VARCHAR(100) DEFAULT '' NOT NULL, resource_type VARCHAR(255) DEFAULT '' NOT NULL, name VARCHAR(255) DEFAULT '' NOT NULL, date_comment TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL, email VARCHAR(255) NOT NULL, ip_address VARCHAR(100) NOT NULL, comment LONGVARCHAR NOT NULL, is_published SMALLINT default 0 NOT NULL, date_last_modif TIMESTAMP default '1980-01-01' NOT NULL, id_parent_comment INT DEFAULT 0 NOT NULL, is_admin_comment SMALLINT default 0 NOT NULL, lutece_user_name VARCHAR(255), is_pinned SMALLINT default 0 NOT NULL, is_important SMALLINT default 0 NOT NULL, comment_order INT DEFAULT 0 NOT NULL, PRIMARY KEY (id_comment) )
[sql] Failed to execute: CREATE TABLE extend_comment_config ( id_extender INT DEFAULT 0 NOT NULL, is_moderated SMALLINT default 0 NOT NULL, nb_comments INT DEFAULT 1 NOT NULL, id_mailing_list INT DEFAULT 0 NOT NULL, authorize_sub_comments SMALLINT default 0 NOT NULL, use_bbcode SMALLINT default 1 NOT NULL, admin_badge LONGVARCHAR NOT NULL, message_comment_created LONGVARCHAR NOT NULL, add_comment_position SMALLINT NOT NULL default 0, is_enabled_auth_mode SMALLINT default 0 NOT NULL, is_enabled_display_sub_comments SMALLINT default 0 NOT NULL, is_enabled_delete_comments SMALLINT default 0 NOT NULL, is_comments_sorted_by_date_creation SMALLINT default 0 NOT NULL, id_workflow INT DEFAULT NULL, PRIMARY KEY (id_extender) )
[sql] Failed to execute: INSERT INTO extend_comment_config (id_extender,is_moderated,nb_comments,id_mailing_list,authorize_sub_comments,use_bbcode,admin_badge,message_comment_created) VALUES(-1,1,10,-1,0,1,'<span class="badge badge-warning">#i18n{module.extend.comment.comment_info.labelAdminComment}</span>','Votre commentaire a bien été créé.<br />Il sera disponible une fois qu''il aura été validé pas un administrateur.')