このコミットが含まれているのは:
2025-05-30 01:21:30 +09:00
コミット f93cea4e51
8個のファイルの変更85行の追加8行の削除
+5
ファイルの表示
@@ -0,0 +1,5 @@
class RemoveColumnFromUserPostView < ActiveRecord::Migration[8.0]
def change
remove_column :user_post_views, :viewed
end
end