Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pull out hstore.
  • Loading branch information
mfine committed Apr 12, 2012
1 parent b5d8ec7 commit dab14a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/migrations/003_create_results.rb
@@ -1,11 +1,11 @@
Sequel.migration do
up do
create_table(:players) do
create_table(:results) do
primary_key :id
# column :attrs, :hstore
end
end
down do
drop_table(:players)
drop_table(:results)
end
end

0 comments on commit dab14a7

Please sign in to comment.