aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/Resources/UserAccount.migrations
diff options
context:
space:
mode:
authorMelanie2011-04-30 14:23:20 +0200
committerMelanie2011-04-30 14:23:20 +0200
commit27891fddcf64df71570a7831dc75cac2b02b95b6 (patch)
tree9c3848fe83b405b25cb08302ac3dd9c44b2331d6 /OpenSim/Data/MSSQL/Resources/UserAccount.migrations
parentSet the attachment data on scripted rez to allow toasters to work. (diff)
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC_OLD-27891fddcf64df71570a7831dc75cac2b02b95b6.zip
opensim-SC_OLD-27891fddcf64df71570a7831dc75cac2b02b95b6.tar.gz
opensim-SC_OLD-27891fddcf64df71570a7831dc75cac2b02b95b6.tar.bz2
opensim-SC_OLD-27891fddcf64df71570a7831dc75cac2b02b95b6.tar.xz
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MSSQL/Resources/UserAccount.migrations2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MSSQL/Resources/UserAccount.migrations b/OpenSim/Data/MSSQL/Resources/UserAccount.migrations
index 8534e23..a81704d 100644
--- a/OpenSim/Data/MSSQL/Resources/UserAccount.migrations
+++ b/OpenSim/Data/MSSQL/Resources/UserAccount.migrations
@@ -19,7 +19,7 @@ CREATE TABLE [UserAccounts] (
19:VERSION 2 19:VERSION 2
20 20
21BEGIN TRANSACTION 21BEGIN TRANSACTION
22 22IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[users]') AND type in (N'U'))
23INSERT INTO UserAccounts (PrincipalID, ScopeID, FirstName, LastName, Email, ServiceURLs, Created) SELECT [UUID] AS PrincipalID, '00000000-0000-0000-0000-000000000000' AS ScopeID, 23INSERT INTO UserAccounts (PrincipalID, ScopeID, FirstName, LastName, Email, ServiceURLs, Created) SELECT [UUID] AS PrincipalID, '00000000-0000-0000-0000-000000000000' AS ScopeID,
24username AS FirstName, 24username AS FirstName,
25lastname AS LastName, 25lastname AS LastName,