Changeset 1509 in ExiteCMS for branches/PLi-Fusion/administration/upgrade/rev01280.php
- Timestamp:
- 07/02/08 18:27:06 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/administration/upgrade/rev01280.php
r1335 r1509 30 30 31 31 // add an automatic timestamp to the configuration table 32 $commands[] = array('type' => 'db', 'value' => "ALTER TABLE ##PREFIX##users ADD user_posts_unread TINYINT(1) NOT NULL DEFAULT '1'AFTER user_sponsor");32 $commands[] = array('type' => 'db', 'value' => "ALTER TABLE ##PREFIX##users ADD user_posts_unread TINYINT(1) NOT NULL DEFAULT 1 AFTER user_sponsor"); 33 33 ?>
Note: See TracChangeset
for help on using the changeset viewer.
