test/schema.rb in acts_as_indexed-0.6.2 vs test/schema.rb in acts_as_indexed-0.6.3
- old
+ new
@@ -1,6 +1,7 @@
ActiveRecord::Schema.define :version => 0 do
create_table :posts, :force => true do |t|
t.column :title, :string
t.column :body, :text
+ t.column :visible, :boolean
end
end