Sha256: 9c39d98d84a0d8b0ac97dc230ef43aca6b69a7a3426a5b1a87ee7a336659506d

Contents?: true

Size: 314 Bytes

Versions: 39

Compression:

Stored size: 314 Bytes

Contents

class AddMaxUsesToPandaCmsTemplate < ActiveRecord::Migration[7.1]
  def change
    add_column :panda_cms_templates, :max_uses, :integer, null: true, default: nil
    add_column :panda_cms_templates, :pages_count, :integer, default: 0
    PandaCms::Template.find_by(name: "Homepage")&.update(max_uses: 1)
  end
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
panda_cms-0.3.10 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.3.9 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.3.8 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.3.7 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.3.6 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.3.5 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.3.4 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.3.3 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.3.2 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.3.1 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.3.0 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.2.7 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.2.6 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.2.5 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.2.4 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.2.3 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.2.2 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.2.1 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.2.0 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb