Skip to content

Commit

Permalink
scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
gedankenstuecke committed Oct 29, 2011
1 parent 87013d0 commit 40c0e73
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions db/schema.rb
Expand Up @@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.

ActiveRecord::Schema.define(:version => 20111028212506) do
ActiveRecord::Schema.define(:version => 20111028190606) do

create_table "achievements", :force => true do |t|
t.text "award"
Expand Down Expand Up @@ -135,12 +135,10 @@
t.datetime "snpedia_updated", :default => '2011-08-24 03:44:32'
t.datetime "created_at"
t.datetime "updated_at"
t.string "slug"
end

add_index "snps", ["id"], :name => "index_snps_on_id", :unique => true
add_index "snps", ["ranking"], :name => "index_snps_ranking"
add_index "snps", ["slug"], :name => "index_snps_on_slug", :unique => true

create_table "user_achievements", :force => true do |t|
t.integer "user_id"
Expand Down

0 comments on commit 40c0e73

Please sign in to comment.