Sha256: 9bb193d73cc7a69cb71d21650da531f1b78fb17e08270d94fa9347ecfb08a350

Contents?: true

Size: 237 Bytes

Versions: 8

Compression:

Stored size: 237 Bytes

Contents

ActiveRecord::Schema.define(:version => 0) do  
  create_table :records, :force => true do |t|     
    t.string :snapshot_date  
  end 
  create_table :record_weekdays, :force => true do |t|     
    t.string :snapshot_date  
  end 
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
acts_as_historical-0.1.3 test/schema.rb
acts_as_historical-0.1.2 test/schema.rb
acts_as_historical-0.1.1 test/schema.rb
acts_as_historical-0.1.0 test/schema.rb
acts_as_historical-0.0.4 test/schema.rb
acts_as_historical-0.0.3 test/schema.rb
acts_as_historical-0.0.2 test/schema.rb
acts_as_historical-0.0.1 test/schema.rb