mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
6 lines
139 B
Ruby
6 lines
139 B
Ruby
class RenameReferenceId < ActiveRecord::Migration[6.0]
|
|
def change
|
|
rename_column :conversations, :reference_id, :identifier
|
|
end
|
|
end
|