Skip to content

Commit

Permalink
Adds new fields to va_notify_notifications (#19502)
Browse files Browse the repository at this point in the history
* adds new fields to va_notify_notifications

* adds if_not_exists true
  • Loading branch information
MarchandMD authored Nov 19, 2024
1 parent 338806c commit d6debe9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/schema.rb

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class AppliesModificationsToVANotifyNotifications < ActiveRecord::Migration[7.1]
def change
add_column :va_notify_notifications, :callback_klass, :text, if_not_exists: true
add_column :va_notify_notifications, :template_id, :uuid, if_not_exists: true
end
end

0 comments on commit d6debe9

Please sign in to comment.