mirror of
https://github.com/grocy/grocy.git
synced 2026-04-03 03:19:26 +02:00
Don't use double quoted string literals (in triggers / RAISE)
This commit is contained in:
parent
4148f8e88e
commit
c8ee47f935
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user