Add missing indexes to `sqlite_orm` storage which are created for [[ https://github.com/CommE2E/comm/blob/master/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp#L140 | massages table ]] and [[ https://github.com/CommE2E/comm/blob/master/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp#L175 | media table ]].
Make_index() usage example: https://github.com/fnc12/sqlite_orm/blob/master/examples/index.cpp#L18