#22 完了
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveColumnFromUserPostView < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
remove_column :user_post_views, :viewed
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user