diff --git a/database/edugain_schema.sql b/database/edugain_schema.sql index 9d88b3fd9799c619b1507c723b8d54a2acd38e96..7205cc6042a25f9747e2d1a6085fedafeb99ac47 100644 --- a/database/edugain_schema.sql +++ b/database/edugain_schema.sql @@ -137,6 +137,21 @@ CREATE TABLE `entities_status` ( `sirtfi2_idp_cnt` smallint(6) DEFAULT NULL, `sirtfi2_sp_cnt` smallint(6) DEFAULT NULL, `sirtfi2_cnt` smallint(6) DEFAULT NULL + `coco2_idp_cnt` smallint(6) DEFAULT NULL, + `coco2_sp_cnt` smallint(6) DEFAULT NULL, + `coco2_cnt` smallint(6) DEFAULT NULL, + `esi_idp_cnt` smallint(6) DEFAULT NULL, + `esi_sp_cnt` smallint(6) DEFAULT NULL, + `esi_cnt` smallint(6) DEFAULT NULL, + `anon_idp_cnt` smallint(6) DEFAULT NULL, + `anon_sp_cnt` smallint(6) DEFAULT NULL, + `anon_cnt` smallint(6) DEFAULT NULL, + `pseudo_idp_cnt` smallint(6) DEFAULT NULL, + `pseudo_sp_cnt` smallint(6) DEFAULT NULL, + `pseudo_cnt` smallint(6) DEFAULT NULL, + `person_idp_cnt` smallint(6) DEFAULT NULL, + `person_sp_cnt` smallint(6) DEFAULT NULL, + `person_cnt` smallint(6) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */;