Skip to content

fix: remove SQLite-specific PRAGMA from migration for provider compatibility#51

Merged
myeolinmalchi merged 1 commit into
mainfrom
fix/migration-provider-compat
Apr 15, 2026
Merged

fix: remove SQLite-specific PRAGMA from migration for provider compatibility#51
myeolinmalchi merged 1 commit into
mainfrom
fix/migration-provider-compat

Conversation

@myeolinmalchi
Copy link
Copy Markdown
Collaborator

Summary

  • Remove SQLite-specific PRAGMA statements from migration SQL that would fail on PostgreSQL/MySQL
  • Add documentation in db-setup.mjs explaining why non-SQLite providers use db push instead of migrate deploy
  • Migration DDL statements remain intact and functional across all providers

@myeolinmalchi myeolinmalchi added the bug Something isn't working label Apr 15, 2026
@myeolinmalchi myeolinmalchi self-assigned this Apr 15, 2026
@myeolinmalchi myeolinmalchi merged commit a10f8d6 into main Apr 15, 2026
4 checks passed
@myeolinmalchi myeolinmalchi deleted the fix/migration-provider-compat branch April 15, 2026 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant