Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Literature-services
public-projects
xpub-epmc
Commits
72dd29c9
Commit
72dd29c9
authored
Sep 21, 2021
by
Audrey Hamelers
Browse files
#1231
parent
8d8a87ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/xAuditTriggerWithVersionV3.sql
scripts/xAuditTriggerWithVersionV3.sql
+1
-1
No files found.
scripts/xAuditTriggerWithVersionV3.sql
View file @
72dd29c9
...
...
@@ -137,7 +137,7 @@ BEGIN
audit_row
.
manuscript_version
=
NEW
.
manuscript_version
;
IF
(
TG_TABLE_NAME
::
text
=
'file'
)
THEN
IF
(
NEW
.
type
=
'PMC'
)
THEN
perform
audit
.
populate_manuscript_process_dates
(
NEW
.
manucript_id
,
NEW
.
manuscript_version
,
'tagged'
);
perform
audit
.
populate_manuscript_process_dates
(
NEW
.
manu
s
cript_id
,
NEW
.
manuscript_version
,
'tagged'
);
END
IF
;
END
IF
;
END
IF
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment