Skip to content

Commit

Permalink
92030: Pension IPF notification removal DB schema (#19441)
Browse files Browse the repository at this point in the history
  • Loading branch information
balexandr authored Nov 18, 2024
1 parent 5358815 commit 70ac62b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20241112215714_drop_pension_ipf_notifications.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class DropPensionIpfNotifications < ActiveRecord::Migration[7.1]
def change
drop_table :pension_ipf_notifications, if_exists: true
end
end
8 changes: 0 additions & 8 deletions db/schema.rb

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

0 comments on commit 70ac62b

Please sign in to comment.