Drop unused function signature of create_item (#876)
We only use create_item at a single location. It uses the function signature with integer[] at the end.
This commit is contained in:
parent
5f602e24fa
commit
1ea28b748c
|
@ -0,0 +1,3 @@
|
|||
-- drop unused create_item function
|
||||
|
||||
DROP FUNCTION IF EXISTS create_item(jsonb, jsonb, jsonb, interval);
|
Loading…
Reference in New Issue