choore: Change values to attribute_values in custom attributes (#3413)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class ChangeValuesToAttributeValuesInCustomAttributeDefinitions < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
rename_column :custom_attribute_definitions, :values, :attribute_values
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user