From b64ea63443e33fc070298c0130461c834de342bc Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sat, 4 Dec 2010 16:08:32 +0000 Subject: moderators can now consult the list of actions carried out by other moderators --- 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 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'); -- cgit v1.2.3