fix: help center clearing minor bugs (#5075)

This commit is contained in:
Tejaswini Chile
2022-07-22 15:01:07 +05:30
committed by GitHub
parent 32291f4f7d
commit 5727928600
5 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class AddMetaColumnToArticle < ActiveRecord::Migration[6.1]
def change
add_column :articles, :meta, :jsonb, default: {}
end
end