chore: Add description field in custom attribute model (#2872)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddDescriptionToCustomAttributeDefinition < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :custom_attribute_definitions, :attribute_description, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user