Skip to content

Commit

Permalink
fix sqlfluff
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Jan 16, 2025
1 parent 6b68573 commit c2d04df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CREATE TABLE IF NOT EXISTS signed_docs (
id UUID NOT NULL, -- UUID v7
ver UUID NOT NULL, -- UUID v7
type UUID NOT NULL, -- UUID v4
authors TEXT[] NOT NULL,
authors TEXT [] NOT NULL,
metadata JSONB NULL,
payload JSONB NULL,
raw BYTEA NOT NULL,
Expand Down

0 comments on commit c2d04df

Please sign in to comment.