Skip to content

Commit

Permalink
fixup! chore: New DB schema dump and drop old migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Jul 14, 2024
1 parent 308788d commit efb1133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/db/dumps/19_amqp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ SET row_security = off;

CREATE SCHEMA amqp;

CREATE EXTENSION IF NOT EXISTS amqp WITH SCHEMA amqp;

--
-- PostgreSQL database dump complete
Expand Down

0 comments on commit efb1133

Please sign in to comment.