Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
mfine committed Apr 12, 2012
1 parent dab14a7 commit 5c76d0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions db/migrations/001_create_hstore.rb

This file was deleted.

2 changes: 1 addition & 1 deletion db/migrations/002_create_players.rb
Expand Up @@ -2,7 +2,7 @@
up do up do
create_table(:players) do create_table(:players) do
primary_key :id primary_key :id
# column :attrs, :hstore String :user
end end
end end


Expand Down
3 changes: 2 additions & 1 deletion db/migrations/003_create_results.rb
Expand Up @@ -2,7 +2,8 @@
up do up do
create_table(:results) do create_table(:results) do
primary_key :id primary_key :id
# column :attrs, :hstore Integer :winner_id
Integer :loser_id
end end
end end
down do down do
Expand Down

0 comments on commit 5c76d0a

Please sign in to comment.