Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eduGAIN Technical Site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
edugain
eduGAIN OT
eduGAIN Technical Site
Commits
c87bd9ed
Commit
c87bd9ed
authored
9 months ago
by
root
Browse files
Options
Downloads
Patches
Plain Diff
A fix for the SIRTFI error filter
parent
20ef0ac8
No related branches found
No related tags found
1 merge request
!32
A fix for the SIRTFI error filter
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
database/update_role_details.sql
+1
-1
1 addition, 1 deletion
database/update_role_details.sql
with
1 addition
and
1 deletion
database/update_role_details.sql
+
1
−
1
View file @
c87bd9ed
...
...
@@ -25,7 +25,7 @@ UPDATE entity_details JOIN sirtfi_tmp ON entity_details.entity_id=sirtfi_tmp.ent
UPDATE
entity_details
JOIN
sirtfi2_tmp
ON
entity_details
.
entity_id
=
sirtfi2_tmp
.
entity_id
SET
entity_details
.
sirtfi2
=
1
;
UPDATE
entity_details
JOIN
entity_warnings
ON
entity_details
.
entity_id
=
entity_warnings
.
entity_id
SET
entity_details
.
sirtfi
=
2
WHERE
entity_warnings
.
warning_id
=
16
;
UPDATE
entity_details
JOIN
entity_warnings
ON
entity_details
.
entity_id
=
entity_warnings
.
entity_id
SET
entity_details
.
sirtfi
=
2
WHERE
entity_warnings
.
warning_id
>
=
50
AND
entity_warnings
.
warning_id
<=
51
;
drop
table
entity_warn_tmp
;
drop
table
sirtfi_tmp
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment