Skip to content

Commit

Permalink
Merge pull request #42 from ethyca/SteveDMurphy-41-developer-attribute
Browse files Browse the repository at this point in the history
add a developer boolean column to the test table
  • Loading branch information
PSalant726 authored Mar 17, 2022
2 parents 244a3cb + 56e1de4 commit f237d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/schema_table_creation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ create table if not exists anonymous_usage_events (
status_code number,
error varchar,
local_host boolean,
developer boolean,
extra_data varchar,
event_created_at timestamp_tz,
event_loaded_at timestamp default sysdate() -- this is the utc timestamp
Expand Down

0 comments on commit f237d1e

Please sign in to comment.