choore: Change values to attribute_values in custom attributes (#3413)

This commit is contained in:
Muhsin Keloth
2021-11-18 18:59:28 +05:30
committed by GitHub
parent a3ba8f9e35
commit bf96e8b68d
5 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
class ChangeValuesToAttributeValuesInCustomAttributeDefinitions < ActiveRecord::Migration[6.1]
def change
rename_column :custom_attribute_definitions, :values, :attribute_values
end
end