- Introduced new database migration for enhanced user and organization management. - Updated package dependencies to include new Better Auth modules for API keys, Expo, and i18n. - Implemented SMS functionality for phone verification and password resets. - Enhanced authentication plugins with username and phone number support. - Added performance configuration options for session cookie caching and API key updates. - Updated email templates to include organization invitation messages. - Improved testing coverage for new features and configurations.
7 lines
306 B
SQL
7 lines
306 B
SQL
-- Baseline migration for an existing D1 auth database.
|
|
--
|
|
-- This file intentionally does not create Better Auth tables. Production already
|
|
-- has an older schema, and real changes must be applied by later incremental
|
|
-- migrations. Keep the full generated target schema in docs/schema instead.
|
|
SELECT 1;
|