mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
Don't use double quoted string literals (in triggers / RAISE)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user