lib/pact_broker/domain/pacticipant.rb in pact_broker-2.32.0 vs lib/pact_broker/domain/pacticipant.rb in pact_broker-2.33.0

- old
+ new

@@ -50,10 +50,10 @@ end end # Table: pacticipants # Columns: -# id | integer | PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY +# id | integer | PRIMARY KEY DEFAULT nextval('pacticipants_id_seq'::regclass) # name | text | # repository_url | text | # created_at | timestamp without time zone | NOT NULL # updated_at | timestamp without time zone | NOT NULL # Indexes: