From c8ee47f9353ee84ac17ea37ac949c8a6622ce4da Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 3 Aug 2025 23:22:38 +0200 Subject: [PATCH] Don't use double quoted string literals (in triggers / RAISE) --- migrations/0254.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/0254.sql b/migrations/0254.sql index 2e646363..bdf5ee29 100644 --- a/migrations/0254.sql +++ b/migrations/0254.sql @@ -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; CREATE TRIGGER prevent_self_nested_recipes_INS BEFORE INSERT ON recipes_nestings