Changeset 1309 in ExiteCMS for trunk/administration/upgrade/rev01308.php
- Timestamp:
- 02/27/08 10:14:09 (4 years ago)
- File:
-
- 1 edited
-
trunk/administration/upgrade/rev01308.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/upgrade/rev01308.php
r1308 r1309 31 31 // update the threads_read table 32 32 $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_l east_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'"); 34 34 35 35 ?>
Note: See TracChangeset
for help on using the changeset viewer.
