Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolfo committed Dec 26, 2024
1 parent 41a75d5 commit 2079e80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/ddl/1-events_table.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
-- https://aws.amazon.com/blogs/database/implement-uuidv7-in-amazon-rds-for-postgresql-using-trusted-language-extensions/
-- https://theburningmonk.com/2024/11/eventbridge-best-practice-why-you-should-wrap-events-in-event-envelopes/

CREATE EXTENSION IF NOT EXISTS "uuid-ossp";

CREATE SEQUENCE events_sequence_id_seq minvalue 1 start with 1 cache 10;

CREATE TABLE events
Expand Down

0 comments on commit 2079e80

Please sign in to comment.