Skip to content

Commit

Permalink
add a developer boolean column to the test table
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDMurphy committed Mar 17, 2022
1 parent 244a3cb commit 56e1de4
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 56e1de4

Please sign in to comment.