diff options
Diffstat (limited to 'database/updates.inc')
-rw-r--r-- | database/updates.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/database/updates.inc b/database/updates.inc index 61186b6a1..e2332c16c 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -1,6 +1,11 @@ <?php /* $Id$ */ +/** + * @file + * All incremental database updates performed between Drupal releases. + */ + // Define the various updates in an array("date : comment" => "function"); $sql_updates = array( "2002-06-22: first update since Drupal 4.0.0 release" => "update_32", |