Back to Remix

Minor.Introspection Migration Transaction Tokens

packages/data-table-sqlite/.changes/minor.introspection-migration-transaction-tokens.md

2.11.1315 B
Original Source

Add transaction-aware migration introspection to the sqlite adapter.

hasTable(table, transaction?) and hasColumn(table, column, transaction?) now accept a transaction token, validate it, and execute against the migration transaction when provided so schema checks line up with the active migration transaction.