Skip to content
Extraits de code Groupes Projets
Valider 73293d1e rédigé par cerdic's avatar cerdic
Parcourir les fichiers

code mort deja en commentaire (vieux champs de tables obsolètes)

parent 804b942a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -39,10 +39,8 @@ $spip_articles = array( ...@@ -39,10 +39,8 @@ $spip_articles = array(
"lang" => "VARCHAR(10) DEFAULT '' NOT NULL", "lang" => "VARCHAR(10) DEFAULT '' NOT NULL",
"langue_choisie" => "VARCHAR(3) DEFAULT 'non'", "langue_choisie" => "VARCHAR(3) DEFAULT 'non'",
"id_trad" => "bigint(21) DEFAULT '0' NOT NULL", "id_trad" => "bigint(21) DEFAULT '0' NOT NULL",
# "id_version" => "int unsigned DEFAULT '0' NOT NULL",
"nom_site" => "tinytext DEFAULT '' NOT NULL", "nom_site" => "tinytext DEFAULT '' NOT NULL",
"url_site" => "VARCHAR(255) DEFAULT '' NOT NULL", "url_site" => "VARCHAR(255) DEFAULT '' NOT NULL",
# "url_propre" => "VARCHAR(255) DEFAULT '' NOT NULL"
); );
$spip_articles_key = array( $spip_articles_key = array(
...@@ -52,7 +50,6 @@ $spip_articles_key = array( ...@@ -52,7 +50,6 @@ $spip_articles_key = array(
"KEY id_trad" => "id_trad", "KEY id_trad" => "id_trad",
"KEY lang" => "lang", "KEY lang" => "lang",
"KEY statut" => "statut, date", "KEY statut" => "statut, date",
# "KEY url_propre" => "url_propre"
); );
$spip_articles_join = array( $spip_articles_join = array(
"id_article"=>"id_article", "id_article"=>"id_article",
...@@ -86,7 +83,6 @@ $spip_auteurs_key = array( ...@@ -86,7 +83,6 @@ $spip_auteurs_key = array(
"KEY login" => "login", "KEY login" => "login",
"KEY statut" => "statut", "KEY statut" => "statut",
"KEY en_ligne" => "en_ligne", "KEY en_ligne" => "en_ligne",
# "KEY url_propre" => "url_propre"
); );
$spip_auteurs_join = array( $spip_auteurs_join = array(
"id_auteur"=>"id_auteur", "id_auteur"=>"id_auteur",
...@@ -115,7 +111,6 @@ $spip_rubriques_key = array( ...@@ -115,7 +111,6 @@ $spip_rubriques_key = array(
"PRIMARY KEY" => "id_rubrique", "PRIMARY KEY" => "id_rubrique",
"KEY lang" => "lang", "KEY lang" => "lang",
"KEY id_parent" => "id_parent", "KEY id_parent" => "id_parent",
# "KEY url_propre" => "url_propre"
); );
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter