Commit 435876eaad88a6a0e556c62678dd427a1b0d4c19
1 parent
5d5b9bd9
Exists in
colab
and in
4 other branches
Removed from schema projects table
Showing
1 changed file
with
1 additions
and
5 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: 20141009000324) do | |
14 | +ActiveRecord::Schema.define(version: 20141006232631) do | |
15 | 15 | |
16 | 16 | create_table "mezuro_configuration_ownerships", force: true do |t| |
17 | 17 | t.integer "user_id" |
... | ... | @@ -34,10 +34,6 @@ ActiveRecord::Schema.define(version: 20141009000324) do |
34 | 34 | t.datetime "updated_at" |
35 | 35 | end |
36 | 36 | |
37 | - create_table "projects", force: true do |t| | |
38 | - t.string "image_url" | |
39 | - end | |
40 | - | |
41 | 37 | create_table "reading_group_ownerships", force: true do |t| |
42 | 38 | t.integer "user_id" |
43 | 39 | t.integer "reading_group_id" | ... | ... |