test: fix for mutable string
This commit is contained in:
parent
6d9a7648e2
commit
659d35e11f
6 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class RenameSupprimesRecemmentFromProcedurePresentation < ActiveRecord::Migration[7.0]
|
||||
def up
|
||||
ProcedurePresentation.update_all(%Q(filters = filters || '{"supprimes": []}'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue