altran / _Whydah-UserIdentityBackend

The vault of users and applications. The UserIdentytyBackend module of the Whydah IAM/SSO
Other
0 stars 3 forks source link

Init/import - exisiting tables in DB #23

Closed totto closed 10 years ago

totto commented 10 years ago

.DatabaseHelper - Error creating tables java.sql.SQLException: Table 'UserRoles' already exists Query: CREATE TABLE UserRoles ( ID MEDIUMINT AUTO_INCREMENT, UserID char(36) NOT NULL, AppID varchar(32), OrganizationId varchar(32), RoleName varchar(32), RoleValues varchar(256), PRIMARY KEY (ID)