Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
btison committed Apr 30, 2019
2 parents 0c749de + b4e61f1 commit 2e44bb3
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 150 deletions.
1 change: 1 addition & 0 deletions naps_emergency_response_ddl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ CREATE TABLE public.responder (
has_medical_kit boolean,
available boolean DEFAULT true,
person boolean DEFAULT false,
enrolled boolean DEFAULT true,
version bigint DEFAULT 0
);

Expand Down
Loading

0 comments on commit 2e44bb3

Please sign in to comment.