Files
cfw-auth/migrations/0001_baseline_existing_auth.sql
imeepos e3057928a2 feat: add better authentication features and organization management
- 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.
2026-06-10 19:39:15 -07:00

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;