Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 99e0811a authored by Simon Delamare's avatar Simon Delamare
Browse files

db-oar: fix api.insert_user_metrics function definition

parent ef646abe
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ END;
$$ LANGUAGE 'plpgsql';
DROP FUNCTION api.insert_user_metrics;
DROP FUNCTION IF EXISTS api.insert_user_metrics;
CREATE OR REPLACE FUNCTION api.insert_user_metrics(JSON)
RETURNS INT AS $$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment