Skip to content

Commit

Permalink
Add field for "extra" to DB.
Browse files Browse the repository at this point in the history
  • Loading branch information
crertel committed May 15, 2017
1 parent 7a4fc74 commit 60b3ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CREATE TABLE results_redux (
updated_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT now(), -- when the task record was updated
mode TEXT NOT NULL, -- the task information, what mode it's in
agent TEXT NOT NULL, -- the user agent of the user performing the task
extra JSONB NOT NULL DEFAULT '{}', -- "extra" task information
robot_count INTEGER NOT NULL DEFAULT 0 -- the number of roboots involved in the task.
);

Expand Down

0 comments on commit 60b3ea7

Please sign in to comment.