sqflite_migration 0.2.0
sqflite_migration: ^0.2.0 copied to clipboard
A library to enable sqlite db migrations, using sqflite plugin.
Change Log for sqflite_migration #
A library to enable sqlite db migrations, using sqflite plugin.
0.2.0 - 2020-09-04 #
Bugs #
- Based on open_database_with_migration.dart new version of database every time will be equal migrations.length + 1. Situation when we'll perform migration to the version lesser than migrations.length + 1 looks impossible, because of the way we determine the current version. In this case assertion should check it in the manner suggested by the current PR. ad24d00