Skip to content

Commit

Permalink
Fixed: Birth date removed but null broke db. Changed to default to 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Jul 24, 2018
1 parent 2fc4927 commit aef7a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boost/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ CREATE TABLE intern_internship (
first_name_meta character varying,
middle_name_meta character varying,
last_name_meta character varying,
birth_date INT NOT NULL,
birth_date INT default 0,
loc_address VARCHAR NULL,
loc_city VARCHAR NULL,
loc_state VARCHAR NULL,
Expand Down

0 comments on commit aef7a4e

Please sign in to comment.