aboutsummaryrefslogtreecommitdiff
path: root/h-source/tables.sql
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2010-12-04 16:08:32 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2010-12-04 16:08:32 +0000
commitb64ea63443e33fc070298c0130461c834de342bc (patch)
tree12ddddc2c060b6916c6e8ed921a73a03c64d0f1e /h-source/tables.sql
parent498e38bfaecf95b1f854c63c5d15d57f4b34ea89 (diff)
moderators can now consult the list of actions carried out by other moderators
Diffstat (limited to 'h-source/tables.sql')
-rw-r--r--h-source/tables.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/h-source/tables.sql b/h-source/tables.sql
index 7ecd6d8..6ec4d72 100644
--- a/h-source/tables.sql
+++ b/h-source/tables.sql
@@ -223,7 +223,8 @@ create table history (
type char(10) not null,
action char(10) not null,
id INT UNSIGNED NOT NULL,
- message text CHARACTER SET utf8 not null
+ message text CHARACTER SET utf8 not null,
+ gr char(15) not null
);
insert into reggroups (name) values ('moderator');