Changeset 61076 in spip-zone
- Timestamp:
- May 7, 2012, 2:09:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/relecture/base/relecture_declarations.php
r61074 r61076 19 19 "description" => "text DEFAULT '' NOT NULL", 20 20 "id_article" => "bigint(21) NOT NULL", 21 "revision_ouverture"=> "bigint(21) NOT NULL",21 "revision_ouverture"=> "bigint(21)", 22 22 "article_descr" => "text DEFAULT '' NOT NULL", 23 23 "article_chapo" => "mediumtext DEFAULT '' NOT NULL", … … 26 26 "statut" => "varchar(10) DEFAULT '' NOT NULL", 27 27 "date_cloture" => "datetime DEFAULT '0000-00-00 00:00:00' NOT NULL", 28 "revision_cloture" => "bigint(21) NOT NULL",28 "revision_cloture" => "bigint(21)", 29 29 "maj" => "timestamp"), 30 30 'key' => array(
Note: See TracChangeset
for help on using the changeset viewer.