mirror of
https://github.com/lingble/chatwoot.git
synced 2026-01-08 13:31:36 +00:00
6 lines
178 B
Ruby
6 lines
178 B
Ruby
class AddDescriptionToCustomAttributeDefinition < ActiveRecord::Migration[6.1]
|
|
def change
|
|
add_column :custom_attribute_definitions, :attribute_description, :text
|
|
end
|
|
end
|