phpbb/phpBB/install
Nathan Guse 471ca5e7dc [ticket/11103] Change is_disabled to is_enabled
If you're following along and would like to update your DB, you can run
the following queries to do so:

ALTER TABLE phpbb_notifications CHANGE `is_disabled` `is_enabled`
TINYINT( 1 ) NOT NULL DEFAULT  '1';

UPDATE `phpbb_notifications` SET is_enabled = 1;

PHPBB3-11103
2012-10-19 15:50:32 -05:00
..
convertors Merge branch 'develop-olympus' into develop 2012-10-06 06:15:01 +02:00
data [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
schemas [ticket/11103] Add is_disabled column to notifications table 2012-10-13 23:24:30 -05:00
database_update.php [ticket/11103] Change is_disabled to is_enabled 2012-10-19 15:50:32 -05:00
index.php Merge branch 'develop-olympus' into develop 2012-10-06 06:15:01 +02:00
install_convert.php [ticket/11052] constructor updated in installer and convertor 2012-08-15 15:44:01 +05:30
install_install.php [ticket/10631] Validation for extensions 2012-09-01 15:05:23 +01:00
install_main.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
install_update.php [ticket/8713] Call htmlspecialchars_decode() on transfer (e.g. ftp) passwords. 2012-09-08 14:42:38 +02:00
phpinfo.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00