Skip to content

Commit 93e8767

Browse files
chore(CE): add additional_remarks in feedback model (#454)
Co-authored-by: afthab vp <[email protected]>
1 parent b83b20e commit 93e8767

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class AddAdditionalRemarksToFeedbacks < ActiveRecord::Migration[7.1]
2+
def change
3+
add_column :feedbacks, :additional_remarks, :jsonb
4+
end
5+
end

server/db/schema.rb

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)