mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 04:31:13 -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