From d46d82d0f065792bf34ae6eebd752b5ec0eb32e9 Mon Sep 17 00:00:00 2001 From: Oleksii Kriuchykhin Date: Tue, 21 May 2019 10:56:55 +0200 Subject: [PATCH] Fix Hound warning [SCI-3368] --- db/migrate/20190520135317_add_type_to_zip_exports.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/migrate/20190520135317_add_type_to_zip_exports.rb b/db/migrate/20190520135317_add_type_to_zip_exports.rb index 024a51312..dd22e8b25 100644 --- a/db/migrate/20190520135317_add_type_to_zip_exports.rb +++ b/db/migrate/20190520135317_add_type_to_zip_exports.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class AddTypeToZipExports < ActiveRecord::Migration[5.1] def change add_column :zip_exports, :type, :string