mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
fix a type on a sqlite migration, that was ignored on older version
This commit is contained in:
@@ -98,5 +98,6 @@ CREATE TABLE IF NOT EXISTS usersettings (
|
||||
visible binary(1) NOT NULL,
|
||||
email varchar(254) NOT NULL,
|
||||
PRIMARY KEY (useruuid)
|
||||
)
|
||||
);
|
||||
|
||||
commit;
|
||||
|
||||
Reference in New Issue
Block a user