projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77941c2
)
set this global flag for sc_status in 15acs_resend.t
author
Jason Etheridge
<jason@EquinoxOLI.org>
Tue, 31 May 2022 15:51:02 +0000
(11:51 -0400)
committer
Jason Etheridge
<jason@EquinoxOLI.org>
Tue, 31 May 2022 16:47:13 +0000
(12:47 -0400)
Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
t/augment_concerto.sql
patch
|
blob
|
history
diff --git
a/t/augment_concerto.sql
b/t/augment_concerto.sql
index
fe9a418
..
76d58b8
100644
(file)
--- a/
t/augment_concerto.sql
+++ b/
t/augment_concerto.sql
@@
-8,3
+8,12
@@
set
where
id IN (71,72,232)
;
+
+update
+ config.global_flag
+set
+ enabled = 't',
+ value = 'example'
+where
+ name = 'sip.sc_status_before_login_institution'
+;