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:
ekzyis 2024-02-25 17:20:17 +01:00 committed by GitHub
parent 5f602e24fa
commit 1ea28b748c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- drop unused create_item function
DROP FUNCTION IF EXISTS create_item(jsonb, jsonb, jsonb, interval);