wip: add app version seed.

This commit is contained in:
2022-01-12 18:45:14 +08:00
parent cac56c42cc
commit 0f741d9ca8
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@ void main(List<String> args) async {
DownloadHistoryMigration(),
LikeRecordMigration(),
AppVersionMigration(),
AppVersionSeed(),
]);
await runMigrations(migrationRunner, args);
}