diff --git a/migrations/6.0.5.sql b/migrations/6.0.5.sql index eceac51b..6be7e3bf 100644 --- a/migrations/6.0.5.sql +++ b/migrations/6.0.5.sql @@ -26,7 +26,7 @@ ON public.system_automations (bot_id); ALTER TABLE public.system_automations -ADD CONSTRAINT IF NOT EXISTS system_automations_bot_kind_param_unique +ADD CONSTRAINT system_automations_bot_kind_param_unique UNIQUE (bot_id, kind, param); -- Migration 6.0.10: Add unique constraint for system_automations upsert diff --git a/web/html/index.html b/web/html/index.html index 4849cae8..7cc45c91 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -632,7 +632,6 @@ applyTheme(); input.focus(); }); -floatLogo.addEventListener('click',toggleSidebar); themeBtn.addEventListener('click',toggleTheme); document.addEventListener('click',function(e){