Sha256: 1486d706f28afb619d353049cbff741d1bab76ec78fc9de0690699e311932d70
Contents?: true
Size: 223 Bytes
Versions: 107
Compression:
Stored size: 223 Bytes
Contents
# This migration comes from noticed (originally 20240129184740) class AddNotificationsCountToNoticedEvent < ActiveRecord::Migration[6.1] def change add_column :noticed_events, :notifications_count, :integer end end
Version data entries
107 entries across 107 versions & 1 rubygems