Commit 29969142f91d5f6f472662325376eca27ba91662
1 parent
e57489e0
Exists in
colab
and in
4 other branches
There is no need for a table Repository
Showing
2 changed files
with
1 additions
and
16 deletions
Show diff stats
db/migrate/20130903180641_create_repositories.rb
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 | ... | ... |