diff --git a/util/db-mysql.sql b/util/db-mysql.sql index 8cffc1a..84b78f9 100644 --- a/util/db-mysql.sql +++ b/util/db-mysql.sql @@ -242,7 +242,7 @@ ) ENGINE=InnoDB; -create table if not exists `group` ( +create table if not exists `usergroup` ( `id` bigint unsigned not null auto_increment primary key, `groupname` char(128) not null unique ) ENGINE=InnoDB;