Fix M2M resource embedding on RPC and mutations
This commit is contained in:
committed by
Steve Chávez
parent
d71d3450af
commit
75a42b77ea
Vendored
+4
@@ -1749,3 +1749,7 @@ CREATE TABLE web_content (
|
||||
p_web_id integer references web_content(id),
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE FUNCTION getallusers() RETURNS SETOF users AS $$
|
||||
SELECT * FROM test.users;
|
||||
$$ LANGUAGE sql;
|
||||
|
||||
Reference in New Issue
Block a user