Commit ba5ec431cfb16f084f4c6209e9aa72bb4739d044
Committed by
Rafael Manzo
1 parent
a47fc7fa
Exists in
colab
and in
4 other branches
Removed unecessary migration
Showing
2 changed files
with
1 additions
and
18 deletions
Show diff stats
db/migrate/20140123125655_create_mezuro_configurations.rb
db/schema.rb
... | ... | @@ -11,14 +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: 20140123125655) do | |
15 | - | |
16 | - create_table "mezuro_configurations", force: true do |t| | |
17 | - t.string "name" | |
18 | - t.text "description" | |
19 | - t.datetime "created_at" | |
20 | - t.datetime "updated_at" | |
21 | - end | |
14 | +ActiveRecord::Schema.define(version: 20131219115819) do | |
22 | 15 | |
23 | 16 | create_table "project_ownerships", force: true do |t| |
24 | 17 | t.integer "user_id" | ... | ... |