Skip to content

Commit

Permalink
Quick selection options for questions
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalFlow committed Dec 12, 2017
1 parent 0e8e631 commit 3dfa5e1
Show file tree
Hide file tree
Showing 8 changed files with 989 additions and 19 deletions.
4 changes: 3 additions & 1 deletion dataBaseSchema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ CREATE TABLE assessment_session (
user_id uuid,
certification_id uuid,
session json,
in_progress boolean
in_progress boolean,
created_on timestamp without time zone DEFAULT timezone('utc'::text, now())
);


Expand Down Expand Up @@ -284,3 +285,4 @@ GRANT ALL ON TABLE "user" TO dev;

--
-- PostgreSQL database dump complete
--
Loading

0 comments on commit 3dfa5e1

Please sign in to comment.