Changeset 2006 for branches/1.4/install/install-upgrade.php
- Timestamp:
- 06/23/10 08:05:54 (3 years ago)
- File:
-
- 1 edited
-
branches/1.4/install/install-upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4/install/install-upgrade.php
r2000 r2006 694 694 $exists = $h->db->column_exists('posts', 'post_title'); 695 695 if (!$exists) { 696 $sql = "ALTER TABLE " . TABLE_POSTS . " MODIFY post_title text NUL ";696 $sql = "ALTER TABLE " . TABLE_POSTS . " MODIFY post_title text NULL"; 697 697 $h->db->query($h->db->prepare($sql)); 698 698 }
Note: See TracChangeset
for help on using the changeset viewer.