Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Core: Enable SQLDelight migration verification and cleanup iOS targets #483

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

ksharma-xyz
Copy link
Owner

@ksharma-xyz ksharma-xyz commented Dec 25, 2024

TL;DR

Added SQLite migration support and simplified iOS build targets

What changed?

  • Enabled SQLDelight migration verification
  • Created initial migration file structure
  • Simplified iOS build targets to only include arm64 architectures
  • Changed iOS build configuration from Release to Debug
  • Added trailing comma in Android SQLite driver configuration

How to test?

  1. Build and run the iOS app in debug mode
  2. Verify SQLite database operations work on both iOS and Android
  3. Confirm database migrations are properly verified during build

Why make this change?

To establish a proper database migration system early in development, preventing potential schema evolution issues. The iOS build target simplification helps streamline the development process by focusing on currently supported architectures.

@ksharma-xyz ksharma-xyz changed the title Fix gtfs static module compilation Core: Enable SQLDelight migration verification and cleanup iOS targets Dec 25, 2024
Copy link
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@ksharma-xyz ksharma-xyz marked this pull request as ready for review December 25, 2024 00:49
Copy link
Owner Author

ksharma-xyz commented Dec 25, 2024

Merge activity

  • Dec 24, 7:49 PM EST: A user started a stack merge that includes this pull request via Graphite.
  • Dec 24, 8:01 PM EST: A user merged this pull request with Graphite.

@ksharma-xyz ksharma-xyz merged commit 410e607 into main Dec 25, 2024
4 checks passed
@ksharma-xyz ksharma-xyz deleted the 12-25-fix_gtfs_static_module_compilation branch December 25, 2024 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant