Simplify DatabaseViewRecord.refresh (#35252)
This commit is contained in:
parent
b69b5ba775
commit
88b0f3a172
@ -10,12 +10,6 @@ module DatabaseViewRecord
|
||||
concurrently: true,
|
||||
cascade: false
|
||||
)
|
||||
rescue ActiveRecord::StatementInvalid
|
||||
Scenic.database.refresh_materialized_view(
|
||||
table_name,
|
||||
concurrently: false,
|
||||
cascade: false
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user