Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[expo-updates] add iOS database migration for error recovery fields #14718

Merged
merged 2 commits into from
Oct 20, 2021

Conversation

esamelson
Copy link
Contributor

Why

follow up to #14610 - add a migration to add these new fields to existing DBs

How

followed our new handy-dandy migration guide 😄 and basically copied what I had done for the previous migration (which was also adding a column to the same table)

Test Plan

Added a new unit test for the new migration, and ensured all existing tests still pass

Checklist

  • Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md).
  • This diff will work correctly for expo build (eg: updated @expo/xdl).
  • This diff will work correctly for expo prebuild & EAS Build (eg: updated a module plugin).

@esamelson esamelson requested a review from jkhales October 12, 2021 22:46
@expo-bot expo-bot added the bot: suggestions ExpoBot has some suggestions label Oct 12, 2021
Copy link
Contributor

@jkhales jkhales left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Oct 20, 2021
@esamelson esamelson merged commit 2c15740 into master Oct 20, 2021
@esamelson esamelson deleted the @eric/updates-error-recovery-db-migration-ios branch October 20, 2021 03:56
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bot: passed checks ExpoBot has nothing to complain about
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants