mirror of
https://github.com/OpenSim-NGC/OpenSim-Sasquatch.git
synced 2024-11-21 14:29:10 -07:00
Merge tag '0.9.3.9030' into develop
What will be release 0.9.3.9032 with additional postfixes.
This commit is contained in:
commit
bb19c868c7
3 changed files with 8 additions and 2 deletions
|
@ -34,7 +34,7 @@ COMMIT;
|
|||
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE `useraccounts`
|
||||
ALTER TABLE `UserAccounts`
|
||||
ADD COLUMN `DisplayName` VARCHAR(31) NULL AFTER `active`,
|
||||
ADD COLUMN `NameChanged` INT NULL DEFAULT 0 AFTER `DisplayName`;
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ namespace OpenSim
|
|||
{
|
||||
public const string VersionNumber = "0.9.3";
|
||||
public const string AssemblyVersionNumber = "0.9.3";
|
||||
public const string Release = "9030";
|
||||
public const string Release = "9032";
|
||||
|
||||
public static string Version
|
||||
{
|
||||
|
|
|
@ -158,6 +158,12 @@
|
|||
;
|
||||
UserAccountServerURI = "${Const|PrivURL}:${Const|PrivatePort}"
|
||||
|
||||
[UserAliasService]
|
||||
;
|
||||
; Change this to your grid-wide user accounts server
|
||||
;
|
||||
UserAliasServerURI = "${Const|PrivURL}:${Const|PrivatePort}"
|
||||
|
||||
[GridUserService]
|
||||
;
|
||||
; Change this to your grid-wide user server
|
||||
|
|
Loading…
Reference in a new issue