| @@ -73,9 +73,9 @@ | ||
| 73 | 73 | * |
| 74 | 74 | * @var bool |
| 75 | 75 | * @since 0.0.1 |
| 76 | 76 | */ |
| 77 | - private $db_upgradable; | |
| 77 | + protected $db_upgradable; | |
| 78 | 78 | |
| 79 | 79 | /** |
| 80 | 80 | * Previously stored version of this table before the current upgrade |
| 81 | 81 | * (0 when the table had no recorded version yet). Exposed so child classes |