This commit is contained in:
2025-05-30 01:21:30 +09:00
parent e8e18160bc
commit f93cea4e51
8 changed files with 85 additions and 8 deletions
@@ -0,0 +1,5 @@
class RemoveColumnFromUserPostView < ActiveRecord::Migration[8.0]
def change
remove_column :user_post_views, :viewed
end
end