Commit ba5ec431cfb16f084f4c6209e9aa72bb4739d044

Authored by Rafael Manzo
Committed by Rafael Manzo
1 parent a47fc7fa

Removed unecessary migration

db/migrate/20140123125655_create_mezuro_configurations.rb
... ... @@ -1,10 +0,0 @@
1   -class CreateMezuroConfigurations < ActiveRecord::Migration
2   - def change
3   - create_table :mezuro_configurations do |t|
4   - t.string :name
5   - t.text :description
6   -
7   - t.timestamps
8   - end
9   - end
10   -end
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"
... ...