Skip to content
Snippets Groups Projects
Commit 83901436 authored by Tomasz Wolniewicz's avatar Tomasz Wolniewicz
Browse files

Merge branch 'master' into 'master'

the new schema with additional entity categories

See merge request !6
parents 120178ac b6acf603
No related branches found
No related tags found
1 merge request!6the new schema with additional entity categories
......@@ -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 */;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment