Skip to content

Commit

Permalink
chore: remove UNIQUE from integrations.name
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Jun 11, 2024
1 parent 94687e4 commit b03bfd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CREATE TABLE job_executions (

CREATE TABLE integrations (
id UUID PRIMARY KEY,
name VARCHAR NOT NULL UNIQUE,
name VARCHAR NOT NULL,
data JSONB,
modified_at TIMESTAMPTZ NOT NULL DEFAULT NOW(),
created_at TIMESTAMPTZ NOT NULL DEFAULT NOW()
Expand Down

0 comments on commit b03bfd3

Please sign in to comment.