Ce champs va permettre de limiter certaines campagnes en nombre.
"titre" => "text NOT NULL DEFAULT ''",
"texte" => "longtext NOT NULL DEFAULT ''",
"statut" => "varchar(255) NOT NULL DEFAULT 0",
+ "limite" => "bigint(21) NOT NULL DEFAULT 0",
"date" => "datetime NOT NULL DEFAULT '0000-00-00 00:00:00'",
"maj" => "TIMESTAMP"
),
compatibilite="[3.0.5;3.0.*]"
logo=""
documentation=""
- schema="0.3">
+ schema="0.4">
<nom>Souscription</nom>
<auteur lien='http://olivier.miskin.fr'>Olivier Tétard</auteur>
$maj['0.3'] = array(array('sql_alter', "TABLE spip_souscriptions ADD telephone text NOT NULL DEFAULT ''"));
+ $maj['0.4'] = array(array('sql_alter', "TABLE spip_souscription_campagnes ADD limite bigint(21) NOT NULL DEFAULT 0"));
+
include_spip('base/upgrade');
maj_plugin($nom_meta_base_version, $version_cible, $maj);
}