Skip to content
Snippets Groups Projects

Optimization of notification_apis:

Merged Bartek Wrona requested to merge notification_optimizations into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -41,7 +41,7 @@ END
$BODY$
;
DROP FUNCTION account_notifications;
DROP FUNCTION IF EXISTS account_notifications;
CREATE OR REPLACE FUNCTION public.account_notifications(
_account character varying,
Loading