Fix Hound warning [SCI-3368]

This commit is contained in:
Oleksii Kriuchykhin 2019-05-21 10:56:55 +02:00
parent d3f29d5d72
commit d46d82d0f0

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
class AddTypeToZipExports < ActiveRecord::Migration[5.1]
def change
add_column :zip_exports, :type, :string