Skip to content

Commit

Permalink
chore(CE): add additional_remarks in feedback model (Multiwoven#454)
Browse files Browse the repository at this point in the history
Co-authored-by: afthab vp <[email protected]>
  • Loading branch information
github-actions[bot] and afthabvp authored Nov 8, 2024
1 parent b83b20e commit 93e8767
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddAdditionalRemarksToFeedbacks < ActiveRecord::Migration[7.1]
def change
add_column :feedbacks, :additional_remarks, :jsonb
end
end
3 changes: 2 additions & 1 deletion server/db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93e8767

Please sign in to comment.