Skip to content

Commit

Permalink
Merge tag '0.9.3.9030' into develop
Browse files Browse the repository at this point in the history
What will be release 0.9.3.9032 with additional postfixes.
  • Loading branch information
mdickson committed Sep 23, 2024
2 parents fea07bd + 04f67c0 commit bb19c86
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenSim/Data/MySQL/Resources/UserAccount.migrations
Original file line number Diff line number Diff line change
Expand Up @@ -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`;

Expand Down
2 changes: 1 addition & 1 deletion OpenSim/Framework/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class VersionInfo
{
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
{
Expand Down
6 changes: 6 additions & 0 deletions bin/config-include/GridCommon.ini.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb19c86

Please sign in to comment.