mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fix incorrect SQLite syntax in Migrations
This commit is contained in:
@@ -11,7 +11,7 @@ CREATE TABLE `AgentPrefs` (
|
||||
`PermEveryone` INT(6) NOT NULL DEFAULT 0,
|
||||
`PermGroup` INT(6) NOT NULL DEFAULT 0,
|
||||
`PermNextOwner` INT(6) NOT NULL DEFAULT 532480,
|
||||
UNIQUE KEY `PrincipalID` (`PrincipalID`),
|
||||
UNIQUE (`PrincipalID`),
|
||||
PRIMARY KEY(`PrincipalID`));
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user