Skip to content

Add auth schema drizzle migrations 11 and 12#202

Merged
taterhead247 merged 1 commit intodevfrom
drizzle/auth-migrations
Mar 30, 2026
Merged

Add auth schema drizzle migrations 11 and 12#202
taterhead247 merged 1 commit intodevfrom
drizzle/auth-migrations

Conversation

@taterhead247
Copy link
Copy Markdown
Contributor

  • Migration 11: Create auth schema with OAuth tables (oauth_clients, oauth_authorization_codes, oauth_access_tokens, oauth_refresh_tokens, email_mfa_codes)
  • Migration 12: Rename client_secret to client_secret_hash in auth.oauth_clients
  • Update schema.ts, index.ts, and reset.ts for new auth tables

- Migration 11: Create auth schema with OAuth tables (oauth_clients,
  oauth_authorization_codes, oauth_access_tokens, oauth_refresh_tokens,
  email_mfa_codes)
- Migration 12: Rename client_secret to client_secret_hash in
  auth.oauth_clients
- Update schema.ts, index.ts, and reset.ts for new auth tables
@taterhead247 taterhead247 merged commit 3bebf92 into dev Mar 30, 2026
6 checks passed
@taterhead247 taterhead247 deleted the drizzle/auth-migrations branch March 30, 2026 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Merged

Development

Successfully merging this pull request may close these issues.

1 participant