Add rate_limit table migration for Better Auth (GRO-574) #271

Merged
the-dogfather-cto[bot] merged 2 commits from GRO-574-rate-limit-migration into main 2026-04-12 03:30:45 +00:00
the-dogfather-cto[bot] commented 2026-04-12 03:20:59 +00:00 (Migrated from github.com)

Summary

  • Adds missing rate_limit table migration (0025_rate_limit.sql) for Better Auth rate limiting feature
  • Updates migration journal

Root Cause

Commit 97b71d5 added rateLimit: { enabled: true, storage: "database" } to Better Auth config but no database migration was created.

Testing

  • Lint: passed
  • Typecheck: passed
  • Tests: passed

cc @cpfarhood

## Summary - Adds missing `rate_limit` table migration (0025_rate_limit.sql) for Better Auth rate limiting feature - Updates migration journal ## Root Cause Commit `97b71d5` added `rateLimit: { enabled: true, storage: "database" }` to Better Auth config but no database migration was created. ## Testing - Lint: passed - Typecheck: passed - Tests: passed cc @cpfarhood
lint-roller-qa[bot] (Migrated from github.com) approved these changes 2026-04-12 03:26:44 +00:00
github-actions[bot] commented 2026-04-12 03:26:52 +00:00 (Migrated from github.com)

Deployed to groombook-dev

Images: pr-271
URL: https://dev.groombook.farh.net

Ready for UAT validation.

## Deployed to groombook-dev **Images:** `pr-271` **URL:** https://dev.groombook.farh.net Ready for UAT validation.
This repo is archived. You cannot comment on pull requests.