Skip to content

Commit

Permalink
Merge pull request #13 from toobaz/patch-1
Browse files Browse the repository at this point in the history
Fix example database initialization
  • Loading branch information
aaronsw committed Nov 28, 2011
2 parents 309b4c9 + 81b5c34 commit 61cb17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/0.3/tutorial.md
Expand Up @@ -166,7 +166,7 @@ Using your database engines admin interface, create a simple table in your datab
CREATE TABLE todo (
id serial primary key,
title text,
created timestamp default now(),
created timestamp default now,
done boolean default 'f' );

And an initial row:
Expand Down

0 comments on commit 61cb17c

Please sign in to comment.