spec/schema.rb in kuahyeow-sunspot_rails-0.10.5 vs spec/schema.rb in kuahyeow-sunspot_rails-0.10.6

- old
+ new

@@ -9,6 +9,12 @@ create_table :blogs, :force => true do |t| t.string :name t.string :subdomain t.timestamps end + + create_table :writers, :force => true, :primary_key => :writer_id do |t| + t.string :name + t.timestamps + end + end