Sha256: 743398f7bdefb9c42c41507a1aa190fa5d91a25b512c9818b9ce5e7b816452ef
Contents?: true
Size: 413 Bytes
Versions: 4
Compression:
Stored size: 413 Bytes
Contents
ActiveRecord::Schema.define do self.verbose = false create_table :non_pusherable_models, force: true do |t| t.timestamps end create_table :defaulted_pusherable_models, force: true do |t| t.timestamps end create_table :pusherable_models, force: true do |t| t.timestamps end create_table :callable_pusherable_models, force: true do |t| t.string "name" t.timestamps end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pusherable-1.3.0 | spec/support/schema.rb |
pusherable-1.2.3 | spec/support/schema.rb |
pusherable-1.2.2 | spec/support/schema.rb |
pusherable-1.2.1 | spec/support/schema.rb |