Hi @chad
The call to pragma cipher_migrate
does not modify the pragma user_version
value you have stored, that would remain the same. You would need to manage the user_version
value as you perform any schema migration separately.
Hi @chad
The call to pragma cipher_migrate
does not modify the pragma user_version
value you have stored, that would remain the same. You would need to manage the user_version
value as you perform any schema migration separately.