Sha256: e0abe20b34786dc14be581cf57e52f3c8ff1fc3c7a56dde52f34de901f07d8d4
Contents?: true
Size: 233 Bytes
Versions: 2
Compression:
Stored size: 233 Bytes
Contents
ActiveRecord::Schema.define(:version => 0) do create_table :records, :force => true do |t| t.date :snapshot_date end create_table :record_weekdays, :force => true do |t| t.date :snapshot_date end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acts_as_historical-0.1.5 | test/schema.rb |
acts_as_historical-0.1.4 | test/schema.rb |