Skip to content

Commit

Permalink
fixed typo in sql function add
Browse files Browse the repository at this point in the history
  • Loading branch information
abarnhard committed Dec 15, 2014
1 parent 1da0042 commit 1999863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/create-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ psql $1 -f ../../db/tables/notes_tags.sql
psql $1 -f ../../db/functions/add_note.sql
psql $1 -f ../../db/functions/nuke_note.sql
psql $1 -f ../../db/functions/show_note.sql
psql $1 -f ../../db/functions/query_note.sql
psql $1 -f ../../db/functions/query_notes.sql

0 comments on commit 1999863

Please sign in to comment.