I recognized with using SQL-Queries ( instr() ) that I have an older SQlite database. I am using the db for my android app.
How do I upgrade a SQlite-Database to a newer version outside of an android app ? With "outside" I mean that I prepare a database with my client ( pc ) not from android. I added the table android_metadata myself outside of my android app.