Sha256: fddcc770a41627ef664decd306c6f61e5c54bae992bbad5237e47ed1241d8cd7
Contents?: true
Size: 261 Bytes
Versions: 17
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true class RemoveOfficialImgHeader < ActiveRecord::Migration[6.1] def up remove_column :decidim_organizations, :official_img_header end def down add_column :decidim_organizations, :official_img_header, :string end end
Version data entries
17 entries across 17 versions & 1 rubygems