Skip to content

Commit

Permalink
remove dummy migration files
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jan 21, 2019
1 parent 976b705 commit da5ab9f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.

This file was deleted.

12 changes: 0 additions & 12 deletions spec/dummy/db/migrate/20130506175303_create_identifier_types.rb

This file was deleted.

11 changes: 0 additions & 11 deletions spec/dummy/db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -432,15 +432,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 Expand Up @@ -817,15 +808,13 @@
t.text "attachment_meta"
t.integer "month_of_publication"
t.boolean "fulltext_content"
t.string "doi"
t.boolean "serial"
t.text "statement_of_responsibility"
t.text "publication_place"
t.text "extent"
t.text "dimensions"
t.index ["access_address"], name: "index_manifestations_on_access_address"
t.index ["date_of_publication"], name: "index_manifestations_on_date_of_publication"
t.index ["doi"], name: "index_manifestations_on_doi"
t.index ["manifestation_identifier"], name: "index_manifestations_on_manifestation_identifier", unique: true
t.index ["updated_at"], name: "index_manifestations_on_updated_at"
end
Expand Down

0 comments on commit da5ab9f

Please sign in to comment.