Доработка API
This commit is contained in:
@@ -5,7 +5,7 @@ RETURNS TABLE(confirm boolean)
|
||||
AS $$
|
||||
BEGIN
|
||||
UPDATE nn_db.application
|
||||
SET nn_db.application.fk_status = in_fk_status
|
||||
SET fk_status = in_fk_status
|
||||
WHERE
|
||||
nn_db.application.pk_application = in_pk_application;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user