Difference between revisions of "Semantic MediaWiki/data/smw conccache"
< Semantic MediaWiki | data
Jump to navigation
Jump to search
(Created page with "==About== * '''Version''': 1.7 ==SQL== <mysql>CREATE TABLE `smw_conccache` ( `s_id` int(8) unsigned NOT NULL, `o_id` int(8) unsigned NOT NULL, KEY `o_id` (`o_id`) ) ENGI...") |
m (moved smw conccache to Semantic MediaWiki/data/smw conccache: forgot to prefix with /) |
(No difference)
|
Latest revision as of 20:49, 22 January 2012
About
- Version: 1.7
SQL
<mysql>CREATE TABLE `smw_conccache` (
`s_id` int(8) unsigned NOT NULL, `o_id` int(8) unsigned NOT NULL, KEY `o_id` (`o_id`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;</mysql>