Skip to content

Commit

Permalink
remove deprecated avatar and upload code
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 21, 2023
1 parent d1e34ce commit 49ca4e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions db/migrate/20231221142429_remove_avatars_and_uploads.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class RemoveAvatarsAndUploads < ActiveRecord::Migration[6.1]
def change
drop_table :uploads
remove_column :users, :avatar_url
end
end

0 comments on commit 49ca4e7

Please sign in to comment.