Rakefile in postgresql_cursor-0.5.1 vs Rakefile in postgresql_cursor-0.6.0

- old
+ new

@@ -18,7 +18,7 @@ end desc "Setup testing database and table" task :setup do sh %q(createdb postgresql_cursor_test) - sh %Q<echo "create table products ( id serial primary key);" | psql postgresql_cursor_test> + sh %Q<echo "create table products ( id serial primary key, data varchar);" | psql postgresql_cursor_test> end