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.6.3 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.6.2 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.6.1 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.6.0 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.5.10 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.5.9 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.5.8 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.5.7 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.5.6 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.5.5 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.5.4 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.5.3 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.5.2 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.5.1 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.5.0 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.3.15 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.3.14 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.3.13 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.3.12 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb
panda_cms-0.3.11 db/migrate/20240317161534_add_max_uses_to_panda_cms_template.rb