diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-04-13 08:27:16 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-04-13 09:35:19 -0500 |
commit | 66424b306877435b7e71e119a8d1498b4b263719 (patch) | |
tree | 2b13bc6c9968fb7e09e748f979ba4799bbfa2fe1 /auth/auth-cass/cass_init/restore.sh | |
parent | d087d3ddd2829ced1d2ffccc5147c377cbcc92cb (diff) |
Improve Upload Batch
Issue-ID: AAF-811
Change-Id: Ia2289c764d0c5a14627d58349397a121f1960703
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/auth-cass/cass_init/restore.sh')
-rw-r--r-- | auth/auth-cass/cass_init/restore.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-cass/cass_init/restore.sh b/auth/auth-cass/cass_init/restore.sh index c11865b8..a2c02929 100644 --- a/auth/auth-cass/cass_init/restore.sh +++ b/auth/auth-cass/cass_init/restore.sh @@ -35,7 +35,7 @@ for T in $DATA; do echo $T case "$T" in # 2.1.14 still has NULL problems for COPY. Fixed in 2.1.15+ - "approval"|"artifact"|"cred"|"ns"|"x509"|"role") + "approval"|"artifact"|"cred"|"ns"|"x509"|"role"|"notified") $CQLSH -e "truncate $T" UPLOAD="$UPLOAD "$T ;; |