In the previous ticket, getTunnels() validated 2 values: "VPN" and "PROXY".
Then "UNKNOWN" was introduced as a valid ENUM in Tunnels Type array. The Schema needs to be updated as the original error reappears: "Data too long for column 'type' at row 1".
Request
Update Schema.sql to let Tunnels Type value accept up to 7 characters in order to let "UNKNOWN" be saved into the database
Expect behavior:
No "Data too long for column 'type' at row 1"" when importing files.
