mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +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
|