Currently the IP address of players is converted into bytes and then inserted into the database to a fixed size column. So we have to migrate old tables too. Since SQLite doesn't support table structure modifications we have to create a new table and copy all over.
Currently the IP address of players is converted into bytes and then inserted into the database to a fixed size column. So we have to migrate old tables too. Since SQLite doesn't support table structure modifications we have to create a new table and copy all over.