Revision 1686
Added by darkviper over 12 years ago
upgrade-script.php | ||
---|---|---|
508 | 508 |
} |
509 | 509 |
|
510 | 510 |
/********************************************************** |
511 |
* - Add field "admin_groups" to table "pages" |
|
512 |
*/ |
|
513 |
$table_name = TABLE_PREFIX.'pages'; |
|
514 |
$field_name = 'tooltip'; |
|
515 |
$description = "VARCHAR( 512 ) NOT NULL DEFAULT '' AFTER `page_icon`"; |
|
516 |
echo "Modify field tooltip to pages table"; |
|
517 |
echo ($database->field_modify($table_name, $field_name, $description) ? " $OK<br />" : " $FAIL!<br />"); |
|
518 |
|
|
519 |
/********************************************************** |
|
511 | 520 |
* - Add field "page_code" to table "pages" |
512 | 521 |
*/ |
513 | 522 |
$table_name = TABLE_PREFIX.'pages'; |
Also available in: Unified diff
some modifications concerning the new autoloader
Twig Template engine v.1.7.0
some droplets actualisized
unfinished changes in installer