mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 00:58:07 +00: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