1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

(bug) add missing notification type

This commit is contained in:
Du Peng 2023-02-06 13:52:03 +01:00 committed by Sylvain
parent f7ed347fcb
commit 63e9e6b12a

View File

@ -81,7 +81,8 @@ class CreateNotificationTypes < ActiveRecord::Migration[5.2]
{ id: 65, name: 'notify_user_order_is_canceled', category: 'shop', is_configurable: true },
{ id: 66, name: 'notify_user_order_is_refunded', category: 'shop', is_configurable: true },
{ id: 67, name: 'notify_admin_low_stock_threshold', category: 'shop', is_configurable: true },
{ id: 68, name: 'notify_admin_training_auto_cancelled', category: 'trainings', is_configurable: true }
{ id: 68, name: 'notify_admin_training_auto_cancelled', category: 'trainings', is_configurable: true },
{ id: 69, name: 'notify_member_training_auto_cancelled', category: 'trainings', is_configurable: true }
].freeze
def up