We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6523cb3 commit 2a9f03eCopy full SHA for 2a9f03e
lib/src/tables/migration_tables.dart
@@ -44,7 +44,7 @@ class MigrationTable extends TableBase with TableConstants {
44
await db.executeInsert(_TABLE_MIGRATE, {
45
_TABLE_MIGRATE_APPLIED_AT: appliedAt,
46
_TABLE_MIGRATE_VERSION: version,
47
- _TABLE_MIGRATE_VERSION_CODE: versionCode
+ _TABLE_MIGRATE_VERSION_CODE: versionCode,
48
});
49
}
50
0 commit comments