mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 23:31:12 -05:00
Add Novu application identifier
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Add Novu configuration settings to admin_settings
|
||||
INSERT INTO admin_settings (setting_key, category, setting_value, description)
|
||||
VALUES
|
||||
('novu.application_identifier', 'integrations', '""', 'Novu Cloud Application Identifier for in-app notifications')
|
||||
ON CONFLICT (setting_key) DO NOTHING;
|
||||
Reference in New Issue
Block a user