mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:31:58 +01:00
Renamed group table name in db-mysql.sql
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
ebab0eabcc
commit
d944fe2c2b
@ -242,7 +242,7 @@ create table if not exists `email_groups` (
|
||||
) 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;
|
||||
|
Loading…
Reference in New Issue
Block a user