Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Commit

Permalink
Merge pull request #275 from gvwilson/adding-database-files
Browse files Browse the repository at this point in the history
Fixing data type error in SQL creation
  • Loading branch information
Greg Wilson committed Jan 29, 2014
2 parents 1f415e3 + b967c13 commit 292d050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/novice/gen-survey-database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ insert into Visited values(844, 'DR-1', '1932-03-22');
create table Survey(
taken integer,
person text,
quant real,
quant text,
reading real
);

Expand Down

0 comments on commit 292d050

Please sign in to comment.