Commit dda098d66ef06cf26d65ec546e4e2334f332ace9

Authored by Rafael Manzo
Committed by Paulo Meireles
1 parent c1e07473

For some reason there was a table repositories in the schema

Showing 1 changed file with 1 additions and 7 deletions   Show diff stats
db/schema.rb
... ... @@ -11,7 +11,7 @@
11 11 #
12 12 # It's strongly recommended that you check this file into your version control system.
13 13  
14   -ActiveRecord::Schema.define(version: 20130903180641) do
  14 +ActiveRecord::Schema.define(version: 20130826211404) do
15 15  
16 16 create_table "project_ownerships", force: true do |t|
17 17 t.integer "user_id"
... ... @@ -20,12 +20,6 @@ ActiveRecord::Schema.define(version: 20130903180641) do
20 20 t.datetime "updated_at"
21 21 end
22 22  
23   - create_table "repositories", force: true do |t|
24   - t.string "name"
25   - t.datetime "created_at"
26   - t.datetime "updated_at"
27   - end
28   -
29 23 create_table "users", force: true do |t|
30 24 t.string "name", default: "", null: false
31 25 t.string "email", default: "", null: false
... ...