Commit 29969142f91d5f6f472662325376eca27ba91662

Authored by Rafael Manzo
1 parent e57489e0

There is no need for a table Repository

db/migrate/20130903180641_create_repositories.rb
@@ -1,9 +0,0 @@ @@ -1,9 +0,0 @@
1 -class CreateRepositories < ActiveRecord::Migration  
2 - def change  
3 - create_table :repositories do |t|  
4 - t.string :name  
5 -  
6 - t.timestamps  
7 - end  
8 - end  
9 -end  
@@ -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