This commit is contained in:
2025-05-21 01:16:40 +09:00
parent 09ed1c493a
commit 59678cf8b9
7 changed files with 75 additions and 4 deletions
@@ -0,0 +1,5 @@
class RemoveThumbnailFromPosts < ActiveRecord::Migration[8.0]
def change
remove_column :posts, :thumbnail, :string
end
end