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 d8c044d commit 884b434Copy full SHA for 884b434
postgres/migrations/01-extensions.sql
@@ -5,3 +5,6 @@ create extension pgcrypto;
5
6
-- pgjwt adds public.sign used in auth.generate_access_token
7
create extension pgjwt;
8
+
9
+-- amqp extension for rabbitmq connection
10
+create extension amqp;
0 commit comments