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
spree-0.5.0 vendor/plugins/find_by_param/test/schema.rb
spree-0.5.1 vendor/plugins/find_by_param/test/schema.rb
spree-0.6.0 vendor/plugins/find_by_param/test/schema.rb
spree-0.7.1 vendor/plugins/find_by_param/test/schema.rb
spree-0.7.0 vendor/plugins/find_by_param/test/schema.rb
spree-0.8.0 vendor/plugins/find_by_param/test/schema.rb
spree-0.8.1 vendor/plugins/find_by_param/test/schema.rb
spree-0.8.2 vendor/plugins/find_by_param/test/schema.rb
spree-0.8.3 vendor/plugins/find_by_param/test/schema.rb