mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Run playwright tests on pull request as well
This commit is contained in:
@@ -18,7 +18,7 @@ CREATE FUNCTION internal.track_changes ()
|
||||
DECLARE
|
||||
_website_id UUID;
|
||||
BEGIN
|
||||
IF (to_jsonb (OLD.*) - 'last_modified_at') = (to_jsonb (NEW.*) - 'last_modified_at') OR (to_jsonb (OLD.*) - 'last_modified_by') = (to_jsonb (NEW.*) - 'last_modified_by') THEN
|
||||
IF (to_jsonb (OLD.*) - 'last_modified_at') = (to_jsonb (NEW.*) - 'last_modified_at') THEN
|
||||
RETURN NEW;
|
||||
END IF;
|
||||
IF TG_TABLE_NAME = 'website' THEN
|
||||
|
||||
Reference in New Issue
Block a user