Ionic resets database?

Hey there,

my ionic2 app uses Storage(SqlStorage) for storing values. Last week i update my ionic to the current version and i use the Storage directive to save my values. As the documentation says, the “new” storage variant should use sqlite as default. So the problem is when i upgrade my app the “new” ionic doenst use the old database with the old values but creates a new one.

My question is: did i understand the concept from both, the old storage(SqlStorage) and the new one right? Because i thought they must be the same and the my new app can access the old data.