Sha256: fd1606812ae84185852019dd74e78ba0dd980f12c8bc1c5f395852f988f9bfc9

Contents?: true

Size: 170 Bytes

Versions: 2

Compression:

Stored size: 170 Bytes

Contents

class AddCounterCacheToPlans < ActiveRecord::Migration[7.2]
  def change
    add_column :maquina_plans, :organizations_count, :integer, null: false, default: 0
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maquina-0.7.2 db/migrate/20241109191405_add_counter_cache_to_plans.rb
maquina-0.7.1 db/migrate/20241109191405_add_counter_cache_to_plans.rb