20160114145005_add_unzip_to_templates.rb 145 Bytes
class AddUnzipToTemplates < ActiveRecord::Migration
  def change
    add_column :kanjai_templates, :unzip, :boolean, :default => false
  end
end