]> WPIA git - gigi.git/blob - src/org/cacert/gigi/database/upgrade/from_16.sql
fix: ResultSet.getDate is often wrong as it fetches day-precision times
[gigi.git] / src / org / cacert / gigi / database / upgrade / from_16.sql
1 UPDATE `cats_type` SET `type_text` = 'Agent Qualifying Challenge' WHERE `type_text` = 'Assurer''s Challenge';
2
3 INSERT INTO `cats_type` (`type_text`) VALUES ('Organisation Agent Qualifying Challenge');
4 INSERT INTO `cats_type` (`type_text`) VALUES ('TTP Agent Qualifying Challenge');
5 INSERT INTO `cats_type` (`type_text`) VALUES ('TTP TOPUP Agent Qualifying Challenge');
6 INSERT INTO `cats_type` (`type_text`) VALUES ('Code Signing Challenge');
7 INSERT INTO `cats_type` (`type_text`) VALUES ('Organisation Administrator Data Protection Challenge');
8 INSERT INTO `cats_type` (`type_text`) VALUES ('Support Data Protection Challenge');