mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-03 04:25:21 +02:00
Remove missing prices issue (#1390)
This commit is contained in:
parent
7d8028b505
commit
bf695972e4
8 changed files with 11 additions and 114 deletions
9
db/migrate/20241029184115_remove_prices_missing_issue.rb
Normal file
9
db/migrate/20241029184115_remove_prices_missing_issue.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
class RemovePricesMissingIssue < ActiveRecord::Migration[7.2]
|
||||
def up
|
||||
execute "DELETE FROM issues WHERE type = 'Issue::PricesMissing'"
|
||||
end
|
||||
|
||||
def down
|
||||
# Cannot restore deleted issues since we don't have the original data
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue