# This file is autogenerated. Instead of editing this file, please use the # migrations feature of ActiveRecord to incrementally modify your database, and # then regenerate this schema definition. ActiveRecord::Schema.define(:version => 23) do create_table "plugins", :force => true do |t| t.column "name", :string t.column "root", :string t.column "auto_updatable", :boolean t.column "created_at", :datetime end create_table "releases", :force => true do |t| t.column "plugin_id", :integer t.column "name", :string t.column "source_url", :string t.column "summary", :string t.column "description", :text t.column "license", :string t.column "author", :string t.column "email", :string t.column "homepage", :string t.column "created_at", :datetime t.column "has_meta_file", :boolean t.column "revision_number", :integer end create_table "test_results", :force => true do |t| t.column "plugin_id", :integer t.column "revision_number", :integer t.column "rails_version", :string t.column "ruby_version", :string t.column "percentage_passed", :integer end end