chatwoot-develop/db/migrate/20250523024826_remove_user_id_from_copilot_messages.rb

6 lines
151 B
Ruby
Executable File

class RemoveUserIdFromCopilotMessages < ActiveRecord::Migration[7.1]
def change
remove_reference :copilot_messages, :user, index: true
end
end