mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
PGSQL migrations for IM_Store, UserProfiles, removal of casting exception for UserProfiles and adding double precision to PGSQL Manager
PGSQL migrations for IM_Store, UserProfiles, removal of casting exception for UserProfiles and adding double precision to PGSQL Manager. Fixes the Offline IM to Email toggle and prepares for fixing Offline IM. Signed-off-by: Oren Hurvitz <orenh@kitely.com>
This commit is contained in:
committed by
Oren Hurvitz
parent
e979a7e7f0
commit
1de8c3570d
@@ -877,7 +877,7 @@ namespace OpenSim.Data.PGSQL
|
||||
{
|
||||
string query = string.Empty;
|
||||
|
||||
query += "SELECT imviaemail,visible,email FROM ";
|
||||
query += "SELECT imviaemail::VARCHAR,visible::VARCHAR,email FROM ";
|
||||
query += "usersettings WHERE ";
|
||||
query += "useruuid = :Id";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user