We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762c031 commit d1d7cb7Copy full SHA for d1d7cb7
docs/extensions.md
@@ -45,7 +45,7 @@ That’s it — the extension is now available to load in your migrations.
45
46
## 🔌 Loading an Extension
47
48
-To load a standard extension (like pgcrypto), create a migration file such as:
+To load extensions, create a migration file such as:
49
50
```sql title="postgres/migrations/01-extensions.sql"
51
create extension pgcrypto;
0 commit comments