cosmetics to kick github to compile the fix to the typo on sqlile

This commit is contained in:
UbitUmarov
2025-11-13 04:07:18 +00:00
parent 582f2a1fb6
commit fe425a8284
2 changed files with 3 additions and 2 deletions

View File

@@ -92,6 +92,7 @@ commit;
:VERSION 3 # -------------------------------
begin;
CREATE TABLE IF NOT EXISTS usersettings (
useruuid char(36) NOT NULL,
imviaemail binary(1) NOT NULL,

View File

@@ -41,8 +41,8 @@ namespace OpenSim.Framework.AssetLoader.Filesystem
{
public class AssetLoaderFileSystem : IAssetLoader
{
private static readonly UUID LIBRARY_OWNER_ID = new UUID("11111111-1111-0000-0000-000100bba000");
private static readonly string LIBRARY_OWNER_IDstr = "11111111-1111-0000-0000-000100bba000";
private const string LIBRARY_OWNER_IDstr = "11111111-1111-0000-0000-000100bba000";
private static readonly UUID LIBRARY_OWNER_ID = new UUID(LIBRARY_OWNER_IDstr);
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);