aboutsummaryrefslogtreecommitdiff
path: root/h-source/tables.sql
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/tables.sql')
-rw-r--r--h-source/tables.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/tables.sql b/h-source/tables.sql
index 7269ee1..2cd87ec 100644
--- a/h-source/tables.sql
+++ b/h-source/tables.sql
@@ -244,7 +244,7 @@ create table history (
id_history int not null auto_increment primary key,
created_by int not null,
creation_date timestamp default CURRENT_TIMESTAMP,
- type char(10) not null,
+ type char(15) not null,
action char(15) not null,
id INT UNSIGNED NOT NULL,
message text CHARACTER SET utf8 not null,