Upgrade SQLite Schema

Soldato
Joined
18 Oct 2002
Posts
7,139
Location
Ironing
I've got an app that uses a SQLite database to keep stuff in. Is it possible for the client to look at the database, compare it's schema to a given schema and bring the database up to date without losing any current data?

This is so that I can roll out a new client that uses an extra field without people having to delete their old data file.
 
Back
Top Bottom