Browse Source
Fix issue with detailed status view not supporting unreblogging/unfavouritingpull/5/head
3 changed files with 17 additions and 3 deletions
@ -0,0 +1,5 @@
|
||||
class AddReblogOfIdForeignKeyToStatuses < ActiveRecord::Migration[5.0] |
||||
def change |
||||
add_foreign_key :statuses, :statuses, column: :reblog_of_id, on_delete: :cascade |
||||
end |
||||
end |
||||
Loading…
Reference in new issue