Ignore:
Timestamp:
Feb 17, 2011, 6:35:25 PM (13 years ago)
Author:
patdenice
Message:

Additional pages can now be standalone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AdditionalPages/admin/upgrade_from_21.php

    r9262 r9270  
    1212ADD `users` VARCHAR( 255 ) NULL DEFAULT NULL ,
    1313ADD `groups` VARCHAR( 255 ) NULL DEFAULT NULL ,
    14 ADD `permalink` VARCHAR( 64 ) NULL DEFAULT NULL;';
     14ADD `permalink` VARCHAR( 64 ) NULL DEFAULT NULL ,
     15ADD `standalone` ENUM( "true", "false" ) NOT NULL DEFAULT "false";';
    1516pwg_query($query);
    1617
Note: See TracChangeset for help on using the changeset viewer.