2 #
Table structure for table "tx_extensionmanager_domain_model_repository"
4 DROP TABLE IF EXISTS tx_extensionmanager_domain_model_repository
;
5 CREATE TABLE tx_extensionmanager_domain_model_repository (
6 uid
int(11) unsigned
NOT NULL auto_increment
,
7 pid
int(11) unsigned
DEFAULT '0' NOT NULL,
8 title
varchar(150) NOT NULL default '',
9 description mediumtext
,
10 wsdl_url
varchar(100) NOT NULL default '',
11 mirror_list_url
varchar(100) NOT NULL default '',
12 last_update
int(11) unsigned
DEFAULT '0' NOT NULL,
13 extension_count
int(11) DEFAULT '0' NOT NULL,
18 INSERT INTO tx_extensionmanager_domain_model_repository
VALUES ('1', '0', 'TYPO3.org Main Repository', 'Main repository on typo3.org. This repository has some mirrors configured which are available with the mirror url.', 'https://typo3.org/wsdl/tx_ter_wsdl.php', 'https://repositories.typo3.org/mirrors.xml.gz', '1346191200', '0');