]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/database/upgrade/from_16.sql
upd: rename package name and all references to it
[gigi.git] / src / club / wpia / gigi / database / upgrade / from_16.sql
diff --git a/src/club/wpia/gigi/database/upgrade/from_16.sql b/src/club/wpia/gigi/database/upgrade/from_16.sql
new file mode 100644 (file)
index 0000000..021e630
--- /dev/null
@@ -0,0 +1,8 @@
+UPDATE `cats_type` SET `type_text` = 'Agent Qualifying Challenge' WHERE `type_text` = 'Assurer''s Challenge';
+
+INSERT INTO `cats_type` (`type_text`) VALUES ('Organisation Agent Qualifying Challenge');
+INSERT INTO `cats_type` (`type_text`) VALUES ('TTP Agent Qualifying Challenge');
+INSERT INTO `cats_type` (`type_text`) VALUES ('TTP TOPUP Agent Qualifying Challenge');
+INSERT INTO `cats_type` (`type_text`) VALUES ('Code Signing Challenge');
+INSERT INTO `cats_type` (`type_text`) VALUES ('Organisation Administrator Data Protection Challenge');
+INSERT INTO `cats_type` (`type_text`) VALUES ('Support Data Protection Challenge');