Skip to content

Commit

Permalink
fix: add missing comma (syntax error)
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Jun 5, 2020
1 parent 847facb commit 0a52160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/deploy/types/search_certification_url_result.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ begin;

create type ggircs_portal.search_certification_url_result as (
id bigint,
certification_url_id varchar(1000)
certification_url_id varchar(1000),
application_id integer,
version_number integer,
certified_at timestamptz,
Expand Down

0 comments on commit 0a52160

Please sign in to comment.