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 560315a commit 1482ba0Copy full SHA for 1482ba0
spring-modulith-events/spring-modulith-events-jdbc/src/main/resources/schema-postgresql.sql
@@ -4,7 +4,7 @@ CREATE TABLE IF NOT EXISTS event_publication
4
listener_id TEXT NOT NULL,
5
event_type TEXT NOT NULL,
6
serialized_event TEXT NOT NULL,
7
- publication_date TIMESTAMP NOT NULL,
8
- completion_date TIMESTAMP,
+ publication_date TIMESTAMP WITH TIME ZONE NOT NULL,
+ completion_date TIMESTAMP WITH TIME ZONE,
9
PRIMARY KEY (id)
10
)
0 commit comments