[ Index ] |
|
Code source de SPIP Agora 1.4 |
1 [action] 2 ALTER TABLE spip_articles ADD version_id INT, 3 ADD activer_historique VARCHAR( 3 ) DEFAULT 'non' NOT NULL ; 4 [action] 5 ALTER TABLE spip_articles ADD INDEX (version_id); 6 [action] 7 CREATE TABLE spip_articles_historique ( 8 id_article_historique bigint(21) NOT NULL default '0', 9 id_article bigint(21) NOT NULL default '0', 10 surtitre blob NOT NULL, 11 titre blob NOT NULL, 12 soustitre blob NOT NULL, 13 descriptif blob NOT NULL, 14 chapo blob NOT NULL, 15 texte longblob NOT NULL, 16 ps blob NOT NULL, 17 date_heure varchar(19) NOT NULL default '0000-00-00 00:00:00', 18 extra longblob NOT NULL, 19 PRIMARY KEY (id_article_historique), 20 KEY statut (date_heure) 21 ) TYPE=MyISAM;
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |