Skip to content

Commit

Permalink
add invocation_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Banin committed Oct 27, 2016
1 parent 048a021 commit bd99d6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/audit.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +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",
'2016-01-01 00:00:00'::timestamp as "timestamp",
'status'::varchar as status
limit 0

0 comments on commit bd99d6d

Please sign in to comment.