mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 07:26:16 +08:00
Give the new user tables the once-over. Strip the current set of methods
from IUserAccountService, we need to define what goes in there. Change the handler to the generic handler. Adjust migrations, add index
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE `useraccount` (
|
||||
`UserID` CHAR(36) NOT NULL,
|
||||
CREATE TABLE `UserAccounts` (
|
||||
`PrincipalID` CHAR(36) NOT NULL,
|
||||
`ScopeID` CHAR(36) NOT NULL,
|
||||
`FirstName` VARCHAR(64) NOT NULL,
|
||||
`LastName` VARCHAR(64) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user