Skip to content

Commit

Permalink
remove dummy migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jan 21, 2019
1 parent 1418025 commit e2cbcbf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
12 changes: 0 additions & 12 deletions spec/dummy/db/migrate/20130506175303_create_identifier_types.rb

This file was deleted.

9 changes: 0 additions & 9 deletions spec/dummy/db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -347,15 +347,6 @@
t.datetime "updated_at", null: false
end

create_table "identifier_types", id: :serial, force: :cascade do |t|
t.string "name"
t.text "display_name"
t.text "note"
t.integer "position"
t.datetime "created_at"
t.datetime "updated_at"
end

create_table "identifiers", force: :cascade do |t|
t.string "body", null: false
t.integer "identifier_type_id", null: false
Expand Down

0 comments on commit e2cbcbf

Please sign in to comment.