fix linter

This commit is contained in:
simon lehericey 2023-10-10 10:06:19 +02:00
parent dfdf5b2e51
commit 360de43b7f

View file

@ -5,4 +5,3 @@ class AddContextToExports < ActiveRecord::Migration[7.0]
add_column :exports, :dossiers_count, :integer, null: true, default: nil
end
end