Sha256: 2dd2e4372e506342219d3627f19eaa02f8d74a9741e44d044be5aa6b5db60703

Contents?: true

Size: 330 Bytes

Versions: 29

Compression:

Stored size: 330 Bytes

Contents

ActiveRecord::Schema.define(:version => 0) do

  create_table :posts, :force => true do |t|
    t.string        :title
    t.string          :permalink
  end
  
  create_table :articles, :force => true do |t|
    t.string        :title
  end

  create_table :users, :force => true do |t|
    t.string            :login
  end

end

Version data entries

29 entries across 29 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 vendor/plugins/find_by_param/test/schema.rb
spree-0.11.4 vendor/plugins/find_by_param/test/schema.rb
spree-0.11.3 vendor/plugins/find_by_param/test/schema.rb
spree-0.11.2 vendor/plugins/find_by_param/test/schema.rb
spree-0.11.1 vendor/plugins/find_by_param/test/schema.rb
spree-0.11.0 vendor/plugins/find_by_param/test/schema.rb
spree-0.10.2 vendor/plugins/find_by_param/test/schema.rb
spree-0.10.1 vendor/plugins/find_by_param/test/schema.rb
spree-0.10.0 vendor/plugins/find_by_param/test/schema.rb
spree-0.10.0.beta vendor/plugins/find_by_param/test/schema.rb
spree-enriquez-0.9.4 vendor/plugins/find_by_param/test/schema.rb
spree-0.9.4 vendor/plugins/find_by_param/test/schema.rb
spree-0.9.3 vendor/plugins/find_by_param/test/schema.rb
spree-0.9.2 vendor/plugins/find_by_param/test/schema.rb
spree-0.9.1 vendor/plugins/find_by_param/test/schema.rb
spree-0.9.0 vendor/plugins/find_by_param/test/schema.rb
spree-0.8.4 vendor/plugins/find_by_param/test/schema.rb
spree-0.8.5 vendor/plugins/find_by_param/test/schema.rb
spree-0.4.0 vendor/plugins/find_by_param/test/schema.rb
spree-0.4.1 vendor/plugins/find_by_param/test/schema.rb