1ea28b748c
We only use create_item at a single location. It uses the function signature with integer[] at the end.
4 lines
105 B
SQL
4 lines
105 B
SQL
-- drop unused create_item function
|
|
|
|
DROP FUNCTION IF EXISTS create_item(jsonb, jsonb, jsonb, interval);
|