このコミットが含まれているのは:
2025-05-21 01:16:40 +09:00
コミット 59678cf8b9
7個のファイルの変更75行の追加4行の削除
+5
ファイルの表示
@@ -0,0 +1,5 @@
class RemoveThumbnailFromPosts < ActiveRecord::Migration[8.0]
def change
remove_column :posts, :thumbnail, :string
end
end