Sha256: f982b301fb3645513b33b582cc55fc6a85d61bc4dbd2ebaf9d8078ac01fa0f41
Contents?: true
Size: 395 Bytes
Versions: 3
Compression:
Stored size: 395 Bytes
Contents
# Why is an error being raised when this is uncommented? # Force is set to true, so # ActiveRecord::Schema.define do # create_table("s3_multipart_uploads", :force => true) do |t| # t.string "location" # t.string "upload_id" # t.string "key" # t.string "name" # t.datetime "created_at", :null => false # t.datetime "updated_at", :null => false # end # end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
s3_multipart-0.0.4 | spec/internal/db/schema.rb |
s3_multipart-0.0.3 | spec/internal/db/schema.rb |
s3_multipart-0.0.2 | spec/internal/db/schema.rb |