mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 21:08:53 +00:00
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 |
||
---|---|---|
.. | ||
convertors | ||
data | ||
schemas | ||
database_update.php | ||
index.php | ||
install_convert.php | ||
install_install.php | ||
install_main.php | ||
install_update.php | ||
phpinfo.php |