Sha256: a95bb8514945325c565849848f0acf73fe2144666c54c7f66ed60304dd3e5444
Contents?: true
Size: 360 Bytes
Versions: 11
Compression:
Stored size: 360 Bytes
Contents
class TranslateSectionContent < ActiveRecord::Migration[6.1] def change remove_column :maglev_sites, :sections, :jsonb, default: [] add_column :maglev_sites, :sections_translations, :jsonb, default: {} remove_column :maglev_pages, :sections, :jsonb, default: [] add_column :maglev_pages, :sections_translations, :jsonb, default: {} end end
Version data entries
11 entries across 11 versions & 1 rubygems