From 75095b0329236ea0e2522a633f4a2be733d6869b Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sat, 8 Oct 2011 09:09:05 +0000 Subject: improved the way text can be written inside modules of the website --- h-source/tables.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'h-source/tables.sql') diff --git a/h-source/tables.sql b/h-source/tables.sql index 65da6bc..7269ee1 100644 --- a/h-source/tables.sql +++ b/h-source/tables.sql @@ -209,7 +209,8 @@ create table deletion ( create table params ( id_par INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, - updating char(4) not null default 'no' + updating char(4) not null default 'no', + boxes_xml text CHARACTER SET utf8 not null )engine=innodb; insert into params (updating) values ('no'); -- cgit v1.2.3