Feat: Article public apis (#4955)

This commit is contained in:
Tejaswini Chile
2022-07-08 17:24:38 +05:30
committed by GitHub
parent 13a4e0e6d9
commit fdf449dc87
19 changed files with 205 additions and 46 deletions

View File

@@ -0,0 +1,5 @@
class RenameLinkedCategoryColumnName < ActiveRecord::Migration[6.1]
def change
rename_column :categories, :linked_category_id, :associated_category_id
end
end