X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=base%2Fsouscription.php;h=cb22ded7db474493e64f749225e85d26412edb72;hb=1ea256d811eb6157198974e107c6252673a2dfad;hp=f25286a06da1e03111ea004ac77ccf9620688e14;hpb=70b506c951b8437f5bcfc2b61e6edd10ebbc33c6;p=spip_souscriptions.git diff --git a/base/souscription.php b/base/souscription.php index f25286a..cb22ded 100644 --- a/base/souscription.php +++ b/base/souscription.php @@ -54,6 +54,7 @@ function souscription_declarer_tables_objets_sql($tables) { "adresse" => "text NOT NULL DEFAULT ''", "ville" => "text NOT NULL DEFAULT ''", "recu_fiscal" => "varchar(3) NOT NULL DEFAULT ''", + "type_souscription" => "varchar(255) NOT NULL DEFAULT ''", "envoyer_info" => "varchar(3) NOT NULL DEFAULT ''", "date_souscription " => "datetime NOT NULL DEFAULT '0000-00-00 00:00:00'", "maj" => "TIMESTAMP"