fix: include_mokorestore column type — TINYINT cannot store 'standalone' #124
Reference in New Issue
Block a user
Delete Branch "fix/mokorestore-column-type"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes profile save failure. The
include_mokorestorecolumn wasTINYINT(1)which truncates thestandalonestring to0. Changed toVARCHAR(20).