Merge tag '0.9.3.9030' into develop
Some checks failed
CodeQL / Analyze (push) Has been cancelled
dotnet package / build (8.0.x) (push) Has been cancelled
dotnet package / build (9.0.x) (push) Has been cancelled

What will be release 0.9.3.9032 with additional postfixes.
This commit is contained in:
Mike Dickson 2024-09-23 13:40:27 -04:00
commit bb19c868c7
3 changed files with 8 additions and 2 deletions

View file

@ -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`;

View file

@ -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
{

View file

@ -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