Commit 435876eaad88a6a0e556c62678dd427a1b0d4c19

Authored by Rafael Manzo
1 parent 5d5b9bd9

Removed from schema projects table

Showing 1 changed file with 1 additions and 5 deletions   Show diff stats
@@ -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: 20141009000324) do 14 +ActiveRecord::Schema.define(version: 20141006232631) do
15 15
16 create_table "mezuro_configuration_ownerships", force: true do |t| 16 create_table "mezuro_configuration_ownerships", force: true do |t|
17 t.integer "user_id" 17 t.integer "user_id"
@@ -34,10 +34,6 @@ ActiveRecord::Schema.define(version: 20141009000324) do @@ -34,10 +34,6 @@ ActiveRecord::Schema.define(version: 20141009000324) do
34 t.datetime "updated_at" 34 t.datetime "updated_at"
35 end 35 end
36 36
37 - create_table "projects", force: true do |t|  
38 - t.string "image_url"  
39 - end  
40 -  
41 create_table "reading_group_ownerships", force: true do |t| 37 create_table "reading_group_ownerships", force: true do |t|
42 t.integer "user_id" 38 t.integer "user_id"
43 t.integer "reading_group_id" 39 t.integer "reading_group_id"