Skip to content

Commit

Permalink
updating schema.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanhardy committed Sep 15, 2008
1 parent 4627311 commit c8adce9
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,20 +85,6 @@
t.datetime "updated_at"
end

create_table "mugshots", :force => true do |t|
t.integer "temp_user_id", :limit => 11
t.integer "user_id", :limit => 11
t.integer "parent_id", :limit => 11
t.string "content_type"
t.string "filename"
t.string "thumbnail"
t.integer "size", :limit => 11
t.integer "width", :limit => 11
t.integer "height", :limit => 11
t.datetime "created_at"
t.datetime "updated_at"
end

create_table "open_id_authentication_associations", :force => true do |t|
t.binary "server_url"
t.string "handle"
Expand All @@ -109,9 +95,9 @@
end

create_table "open_id_authentication_nonces", :force => true do |t|
t.integer "timestamp", :limit => 11, :null => false
t.integer "timestamp", :limit => 11, :null => false
t.string "server_url"
t.string "salt", :default => "", :null => false
t.string "salt", :null => false
end

create_table "posts", :force => true do |t|
Expand Down

0 comments on commit c8adce9

Please sign in to comment.