Skip to content

Commit

Permalink
Merge branch 'main' of github.com:GaloyMoney/cala into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Jun 11, 2024
2 parents e504538 + b03bfd3 commit 8ad7aa9
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 8ad7aa9

Please sign in to comment.