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 7c18d3f commit 19457cdCopy full SHA for 19457cd
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 WITH TIME ZONE NOT NULL,
8
- completion_date TIMESTAMP WITH TIME ZONE,
+ publication_date TIMESTAMP NOT NULL,
+ completion_date TIMESTAMP,
9
PRIMARY KEY (id)
10
)
0 commit comments