set this global flag for sc_status in 15acs_resend.t
authorJason Etheridge <jason@EquinoxOLI.org>
Tue, 31 May 2022 15:51:02 +0000 (11:51 -0400)
committerJason 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

index fe9a418..76d58b8 100644 (file)
@@ -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'
+;