add comment about empty migration

This commit is contained in:
Vincent Breitmoser 2018-07-24 16:47:29 +02:00
parent 2e6daf327c
commit c17f43f51c
1 changed files with 3 additions and 0 deletions

View File

@ -363,6 +363,9 @@ public class KeychainDatabase {
case 29:
recreateUnifiedKeyView(db);
case 30:
// ignore. this case only came up in an unreleased beta.
}
}