You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,10 @@ The official `@convex-dev/better-auth` component stores auth tables in an isolat
13
13
3.**Unified context** - Auth triggers can directly access and modify your app tables transactionally
14
14
4.**Full TypeScript inference** - Single schema, single source of truth
15
15
16
-
<Callouttype="warning">
17
-
**⚠️ BREAKING CHANGE from @convex-dev/better-auth**
18
-
19
-
Auth tables are stored in your app schema instead of the component schema. If you're already in production with `@convex-dev/better-auth`, you'll need to write a migration script to move your auth data.
20
-
</Callout>
16
+
> [!WARNING]
17
+
> BREAKING CHANGE from @convex-dev/better-auth
18
+
>
19
+
> Auth tables are stored in your app schema instead of the component schema. If you're already in production with `@convex-dev/better-auth`, you'll need to write a migration script to move your auth data.
0 commit comments