mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 11:14:45 +08:00
FIX: Remove access control post FK from uploads (#9853)
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class RemoveAccessControlPostFk < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
remove_foreign_key :uploads, column: :access_control_post_id
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user