Ignore:
Timestamp:
02/27/08 10:14:09 (4 years ago)
Author:
hverton
Message:

oops, typo in the field name...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/upgrade/rev01308.php

    r1308 r1309  
    3131// update the threads_read table 
    3232$commands[] = array('type' => 'db', 'value' => "ALTER TABLE ".$db_prefix."threads_read CHANGE thread_page thread_first_read INT(10) UNSIGNED NOT NULL DEFAULT '9999999999'"); 
    33 $commands[] = array('type' => 'db', 'value' => "ALTER TABLE ".$db_prefix."threads_read CHANGE thread_last_read thread_least_read INT(10) UNSIGNED NOT NULL DEFAULT '0'"); 
     33$commands[] = array('type' => 'db', 'value' => "ALTER TABLE ".$db_prefix."threads_read CHANGE thread_last_read thread_last_read INT(10) UNSIGNED NOT NULL DEFAULT '0'"); 
    3434 
    3535?> 
Note: See TracChangeset for help on using the changeset viewer.