Commit dda098d66ef06cf26d65ec546e4e2334f332ace9
Committed by
Paulo Meireles
1 parent
c1e07473
Exists in
colab
and in
4 other branches
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,7 +11,7 @@ | ||
| 11 | # | 11 | # |
| 12 | # It's strongly recommended that you check this file into your version control system. | 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 | create_table "project_ownerships", force: true do |t| | 16 | create_table "project_ownerships", force: true do |t| |
| 17 | t.integer "user_id" | 17 | t.integer "user_id" |
| @@ -20,12 +20,6 @@ ActiveRecord::Schema.define(version: 20130903180641) do | @@ -20,12 +20,6 @@ ActiveRecord::Schema.define(version: 20130903180641) do | ||
| 20 | t.datetime "updated_at" | 20 | t.datetime "updated_at" |
| 21 | end | 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 | create_table "users", force: true do |t| | 23 | create_table "users", force: true do |t| |
| 30 | t.string "name", default: "", null: false | 24 | t.string "name", default: "", null: false |
| 31 | t.string "email", default: "", null: false | 25 | t.string "email", default: "", null: false |