fix a type on a sqlite migration, that was ignored on older version

This commit is contained in:
UbitUmarov
2025-11-13 03:40:30 +00:00
parent 1ee78e40dd
commit 582f2a1fb6

View File

@@ -98,5 +98,6 @@ CREATE TABLE IF NOT EXISTS usersettings (
visible binary(1) NOT NULL,
email varchar(254) NOT NULL,
PRIMARY KEY (useruuid)
)
);
commit;