Commit 32178a640c04b2674095b5af0093db780774cc9f

Authored by Rafael Manzo
1 parent 401710c0

Removed INEXISTENT repositories table from schema

Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
@@ -34,12 +34,6 @@ ActiveRecord::Schema.define(version: 20140124124835) do @@ -34,12 +34,6 @@ ActiveRecord::Schema.define(version: 20140124124835) do
34 t.datetime "updated_at" 34 t.datetime "updated_at"
35 end 35 end
36 36
37 - create_table "repositories", force: true do |t|  
38 - t.string "name"  
39 - t.datetime "created_at"  
40 - t.datetime "updated_at"  
41 - end  
42 -  
43 create_table "users", force: true do |t| 37 create_table "users", force: true do |t|
44 t.string "name", default: "", null: false 38 t.string "name", default: "", null: false
45 t.string "email", default: "", null: false 39 t.string "email", default: "", null: false