Revision 1768
Added by Luisehahne about 13 years ago
| save.php | ||
|---|---|---|
| 396 | 396 |
. ' `viewing_users` VARCHAR( 512 ) NOT NULL ,' |
| 397 | 397 |
. ' `modified_when` INT NOT NULL DEFAULT \'0\',' |
| 398 | 398 |
. ' `modified_by` INT NOT NULL DEFAULT \'0\',' |
| 399 |
. ' `custom01` VARCHAR( 255 ) NOT NULL DEFAULT \'\' ,' |
|
| 400 |
. ' `custom02` VARCHAR( 255 ) NOT NULL DEFAULT \'\' ,' |
|
| 399 | 401 |
. ' PRIMARY KEY ( `page_id` ) ' |
| 400 | 402 |
. ' ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci'; |
| 401 | 403 |
if(!$database->query($pages)) {
|
Also available in: Unified diff
+ add 2 fields custom01, custom02 with VARCHAR to table pages
! update upgrade-script with this 2 fields