Skip to content

Commit

Permalink
Removing not used table
Browse files Browse the repository at this point in the history
  • Loading branch information
juarlex committed Nov 7, 2010
1 parent 7b7ee72 commit db94351
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/connection_and_schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
t.string :title
end

create_table :country, :force => true do |t|
t.string :name
end

create_table :journals, :force => true do |t|
t.string :name
end
Expand Down

0 comments on commit db94351

Please sign in to comment.