mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Add theme toggle for templates
This commit is contained in:
@@ -7,11 +7,11 @@ DECLARE
|
||||
BEGIN
|
||||
IF (NOT EXISTS (
|
||||
SELECT
|
||||
id
|
||||
u.id
|
||||
FROM
|
||||
internal.user
|
||||
internal.user AS u
|
||||
WHERE
|
||||
id = _user_id)) THEN
|
||||
u.id = _user_id)) THEN
|
||||
RETURN COALESCE(NEW, OLD);
|
||||
END IF;
|
||||
IF TG_OP != 'DELETE' THEN
|
||||
|
||||
Reference in New Issue
Block a user