
for T in `seq -w 02 02` ; do mysql -u gxu_scls -pssP4dawbinj5C gxdb_scls -e "update webcal_view_user set cal_login=\"_NUC_BB-A$T\" where cal_login=\"_NUC_BBPC-A$T\"" ; done

for T in `seq -w 02 02` ; do mysql -u gxu_scls -pssP4dawbinj5C gxdb_scls -e "update webcal_nonuser_cals set cal_login=\"_NUC_BB-A$T\" where cal_login=\"_NUC_BBPC-A$T\"" ; done

#not necessary? not really used in groovix?
for T in `seq -w 02 02` ; do mysql -u gxu_scls -pssP4dawbinj5C gxdb_scls -e "update webcal_access_user set cal_other_user=\"_NUC_BB-A$T\" where cal_other_user=\"_NUC_BBPC-A$T\"" ; done


