Merge pull request #9581 from demarches-simplifiees/fix_linter

fix linter
This commit is contained in:
LeSim 2023-10-10 10:37:13 +02:00 committed by GitHub
commit dd3805b7cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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