Don't use double quoted string literals (in triggers / RAISE)

This commit is contained in:
Bernd Bestel
2025-08-03 23:22:38 +02:00
parent 4148f8e88e
commit c8ee47f935

View File

@@ -1,4 +1,4 @@
-- Recreated triggers that use double quoted string literals / convert them to single quoted ones -- Recreate triggers that use double quoted string literals / convert them to single quoted ones
DROP TRIGGER prevent_self_nested_recipes_INS; DROP TRIGGER prevent_self_nested_recipes_INS;
CREATE TRIGGER prevent_self_nested_recipes_INS BEFORE INSERT ON recipes_nestings CREATE TRIGGER prevent_self_nested_recipes_INS BEFORE INSERT ON recipes_nestings