Skip to content

Commit

Permalink
expand invocation_id field length
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Banin committed Oct 27, 2016
1 parent bd99d6d commit 35eb8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/audit.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
select
'2016-01-01 00:00:00'::timestamp as "run_started_at",
'model_name'::varchar as "model",
'id'::varchar(32) as "invocation_id",
'id'::varchar(64) as "invocation_id",
'2016-01-01 00:00:00'::timestamp as "timestamp",
'status'::varchar as status
limit 0

0 comments on commit 35eb8b9

Please sign in to comment.