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
..
2012-10-12 17:09:12 -05:00
2012-09-08 15:01:29 +02:00
2012-09-01 19:21:24 +02:00
2012-09-01 19:17:01 +02:00
2012-08-26 15:22:12 +02:00
2012-09-01 19:17:01 +02:00
2012-09-01 21:30:35 +01:00
2012-10-18 18:32:13 -05:00
2012-10-19 15:50:32 -05:00
2012-09-09 21:53:17 +02:00
2012-10-10 00:39:29 -04:00
2012-09-08 15:58:25 -04:00
2012-10-18 18:32:13 -05:00
2012-09-08 13:40:05 -05:00
2012-10-02 17:03:06 +02:00
2012-10-18 18:32:13 -05:00
2012-09-07 11:29:47 -05:00
2012-08-22 10:41:59 -04:00
2012-10-18 16:43:46 +02:00
2012-08-15 06:10:53 +08:00
2012-09-01 19:21:24 +02:00
2012-09-08 01:12:34 +02:00
2012-10-16 21:21:03 -04:00
2012-10-18 18:32:13 -05:00
2012-08-22 08:37:33 -04:00
2012-10-18 18:32:13 -05:00
2012-08-01 11:07:34 +02:00