lib/pact_broker/webhooks/execution.rb in pact_broker-2.32.0 vs lib/pact_broker/webhooks/execution.rb in pact_broker-2.33.0
- old
+ new
@@ -39,10 +39,10 @@
end
end
# Table: webhook_executions
# Columns:
-# id | integer | PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY
+# id | integer | PRIMARY KEY DEFAULT nextval('webhook_executions_id_seq'::regclass)
# triggered_webhook_id | integer |
# success | boolean | NOT NULL
# logs | text |
# created_at | timestamp without time zone | NOT NULL
# Indexes: