Skip to content

Commit

Permalink
🗃️ Added status to connection strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid F committed Apr 8, 2024
1 parent e79c665 commit b70730a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/scripts/init.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


-- ************************************** webhooks_reponses

CREATE TABLE webhooks_reponses
Expand Down Expand Up @@ -1135,6 +1134,7 @@ CREATE TABLE connections
id_connection uuid NOT NULL,
status text NOT NULL,
provider_slug text NOT NULL,
vertical text NOT NULL,
account_url text NULL,
token_type text NOT NULL,
access_token text NULL,
Expand Down

0 comments on commit b70730a

Please sign in to comment.