Skip to content

Commit

Permalink
Fix lost-somewhere spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
RobThree committed Apr 26, 2024
1 parent 6154475 commit cd95c5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Table */
CREATE TABLE "outbox"."outbox"
(
sequence_id SERIAL NOT NULL,
sequence_id SERIAL NOT NULL,
topic_name VARCHAR(255) NOT NULL,
partition INT NULL,
message_key BYTEA NULL,
Expand Down

0 comments on commit cd95c5d

Please sign in to comment.