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.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');