Skip to content

Commit f5c01d9

Browse files
committed
Fix queue table definition
1 parent ad05a52 commit f5c01d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pglogical--1.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ RETURNS record STRICT STABLE LANGUAGE c AS 'MODULE_PATHNAME', 'pglogical_show_su
156156
CREATE TABLE pglogical.queue (
157157
queued_at timestamp with time zone NOT NULL,
158158
role name NOT NULL,
159-
replication_sets text[] NOT NULL,
159+
replication_sets text[],
160160
message_type "char" NOT NULL,
161161
message json NOT NULL
162162
);

0 commit comments

Comments
 (0)