Sha256: 8cdb0fb67e33065206d65f59b5cb654f99cafcbe4d531975f80c4b422f417ebe

Contents?: true

Size: 138 Bytes

Versions: 11

Compression:

Stored size: 138 Bytes

Contents

class AddLocalesToSites < ActiveRecord::Migration[6.1]
  def change
    add_column :maglev_sites, :locales, :jsonb, default: []
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
maglevcms-1.1.6 db/migrate/20211008064437_add_locales_to_sites.rb
maglevcms-1.1.5 db/migrate/20211008064437_add_locales_to_sites.rb
maglevcms-1.1.4 db/migrate/20211008064437_add_locales_to_sites.rb
maglevcms-1.1.3 db/migrate/20211008064437_add_locales_to_sites.rb
maglevcms-1.1.2 db/migrate/20211008064437_add_locales_to_sites.rb
maglevcms-1.1.1 db/migrate/20211008064437_add_locales_to_sites.rb
maglevcms-1.1.0 db/migrate/20211008064437_add_locales_to_sites.rb
maglevcms-1.0.0 db/migrate/20211008064437_add_locales_to_sites.rb
maglevcms-1.0.0.rc3 db/migrate/20211008064437_add_locales_to_sites.rb
maglevcms-1.0.0.rc2 db/migrate/20211008064437_add_locales_to_sites.rb
maglevcms-1.0.0.rc1 db/migrate/20211008064437_add_locales_to_sites.rb