Skip to content

Commit 554ffd7

Browse files
docs: add schame name for wrappers extension creation (supabase#19244)
* docs: add schame name for wrappers extension creation * Update apps/docs/pages/guides/database/extensions/wrappers/overview.mdx Co-authored-by: Kamil Ogórek <kamil.ogorek@gmail.com> --------- Co-authored-by: Kamil Ogórek <kamil.ogorek@gmail.com>
1 parent 4a4416e commit 554ffd7

File tree

1 file changed

+1
-1
lines changed
  • apps/docs/pages/guides/database/extensions/wrappers

1 file changed

+1
-1
lines changed

apps/docs/pages/guides/database/extensions/wrappers/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ from
4747
{/* prettier-ignore */}
4848
```sql
4949
-- Enable the "wrappers" extension
50-
create extension wrappers;
50+
create extension wrappers with schema extensions;
5151

5252
-- Disable the "wrappers" extension
5353
drop extension if exists wrappers;

0 commit comments

Comments
 (0)