20240513095755_add_group_key_to_notifications.rb 169 B

1234567
  1. # frozen_string_literal: true
  2. class AddGroupKeyToNotifications < ActiveRecord::Migration[7.1]
  3. def change
  4. add_column :notifications, :group_key, :string
  5. end
  6. end