Skip to content

Commit

Permalink
db:migrate時に発生するエラー解消のために、migrationファイルを削除した
Browse files Browse the repository at this point in the history
  • Loading branch information
sochi419 committed Oct 12, 2024
1 parent 969e418 commit 9adf9b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 2024_10_10_132610) do
ActiveRecord::Schema.define(version: 2024_08_21_190009) do

# These are extensions that must be enabled in order to support this database
enable_extension "pgcrypto"
Expand Down Expand Up @@ -77,8 +77,8 @@
t.datetime "published_at"
t.text "summary"
t.integer "thumbnail_type", default: 0, null: false
t.string "token"
t.boolean "display_thumbnail_in_body", default: true, null: false
t.string "token"
t.index ["user_id"], name: "index_articles_on_user_id"
end

Expand Down

0 comments on commit 9adf9b0

Please sign in to comment.