ekzyis 1ea28b748c
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.
2024-02-25 10:20:17 -06:00

4 lines
105 B
SQL

-- drop unused create_item function
DROP FUNCTION IF EXISTS create_item(jsonb, jsonb, jsonb, interval);