Changeset 96249 in spip-zone
- Timestamp:
- Mar 28, 2016, 12:24:42 PM (5 years ago)
- Location:
- _plugins_/connecteur/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/connecteur/trunk/base/connecteur.php
r96235 r96249 18 18 'id_auteur' => 'bigint(21) NOT NULL', 19 19 'type' => "varchar(25) DEFAULT '' NOT NULL", 20 'token' => "text NOT NULL DEFAULT ''", 21 'expire' => "datetime NOT NULL DEFAULT '0000-00-00 00:00:00'" 20 'token' => "text NOT NULL DEFAULT ''" 22 21 ), 23 22 'key' => array( -
_plugins_/connecteur/trunk/connecteur_administrations.php
r96237 r96249 11 11 $maj['1.0.1'] = array(array('maj_tables', array('spip_connecteur'))); 12 12 13 $maj['1.0.2'] = array( 14 array('sql_alter', 'TABLE spip_connecteur DROP COLUMN expire') 15 ); 16 17 13 18 include_spip('base/upgrade'); 14 19 maj_plugin($nom_meta_base_version, $version_cible, $maj); -
_plugins_/connecteur/trunk/paquet.xml
r96241 r96249 7 7 logo="prive/themes/spip/images/connecteur-64.png" 8 8 documentation="" 9 schema="1.0. 1"9 schema="1.0.2" 10 10 > 11 11
Note: See TracChangeset
for help on using the changeset viewer.