feat: Add meta to notification model (#8941)
* feat: Add meta and description to notification model * chore: remove description
This commit is contained in:
5
db/migrate/20240215065844_add_meta_to_notifications.rb
Normal file
5
db/migrate/20240215065844_add_meta_to_notifications.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddMetaToNotifications < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :notifications, :meta, :jsonb, default: {}
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user