http://www.mediawiki.org/wiki/Special:Code/MediaWiki/63074

Revision: 63074
Author:   demon
Date:     2010-02-28 15:10:56 +0000 (Sun, 28 Feb 2010)

Log Message:
-----------
Typofix column name, add missing column

Modified Paths:
--------------
    branches/new-installer/phase3/includes/installer/Schema.php

Modified: branches/new-installer/phase3/includes/installer/Schema.php
===================================================================
--- branches/new-installer/phase3/includes/installer/Schema.php 2010-02-28 
15:04:00 UTC (rev 63073)
+++ branches/new-installer/phase3/includes/installer/Schema.php 2010-02-28 
15:10:56 UTC (rev 63074)
@@ -192,7 +192,7 @@
                'user_properties' => array(
                        'prefix' => 'up',
                        'fields' => array(
-                               'id' => array(
+                               'user' => array(
                                        'type' => self::TYPE_INT,
                                        'null' => false,
                                ),
@@ -599,6 +599,10 @@
                                        'null'    => false,
                                        'default' => '',
                                ),
+                               'timestamp' => array(
+                                       'type' => self::TYPE_DATETIME,
+                                       'null' => false,
+                               ),
                        ),
                        'indexes' => array(
                                'cl_from' => array(



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to