From 0245886cb1eea039064be622aa14f0424e671270 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 13 Nov 2025 16:16:05 +0000 Subject: [PATCH] increment profile migration number on the one that did add the table usersettings, that had the typo --- OpenSim/Data/SQLite/Resources/UserProfiles.migrations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Data/SQLite/Resources/UserProfiles.migrations b/OpenSim/Data/SQLite/Resources/UserProfiles.migrations index 9843017a84..8965c4b36a 100644 --- a/OpenSim/Data/SQLite/Resources/UserProfiles.migrations +++ b/OpenSim/Data/SQLite/Resources/UserProfiles.migrations @@ -89,7 +89,7 @@ CREATE TABLE IF NOT EXISTS userdata ( commit; -:VERSION 3 # ------------------------------- +:VERSION 4 # ------------------------------- begin;