0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
installer
/
schema
/
[
Home
]
File: 20090429_groupId_tiki.sql
#sylvieg alter table users_groups drop primary key; alter table users_groups add column id int(11) NOT NULL auto_increment first, add primary key (id), auto_increment = 1; alter table users_groups add unique `groupName` (`groupName`);