only run migration once

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent e80a00a6b2
commit 177800c641

@ -57,6 +57,8 @@ static NSString *const OWS104CreateRecipientIdentitiesMigrationId = @"104";
approvedForBlockingUse:YES approvedForBlockingUse:YES
approvedForNonBlockingUse:NO] saveWithTransaction:transaction]; approvedForNonBlockingUse:NO] saveWithTransaction:transaction];
}]; }];
[self saveWithTransaction:transaction];
}]; }];
} }

Loading…
Cancel
Save