aboutsummaryrefslogtreecommitdiff
path: root/h-source/tables.sql
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-10-13 07:50:44 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-10-13 07:50:44 +0000
commit086b034d3ba202e81e656ce99bb8933089263edf (patch)
treee19a3f5c19ce88720a7360fdf896776bb5eeb5a5 /h-source/tables.sql
parent9e0955c96d888fc2e00014498d095a7d65ab48fb (diff)
improved history
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,