| 1 | <?php |
||
| 15 | class m11_remove_item_status_column extends \phpbb\db\migration\migration |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @inheritdoc |
||
| 19 | */ |
||
| 20 | public static function depends_on() |
||
| 21 | { |
||
| 22 | return array( |
||
| 23 | '\blitze\sitemaker\migrations\v20x\m9_update_menu_items_fields', |
||
| 24 | ); |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Update the sm_menu_items schema |
||
| 29 | * |
||
| 30 | * @return array Array of table schema |
||
| 31 | * @access public |
||
| 32 | */ |
||
| 33 | public function update_schema() |
||
| 34 | { |
||
| 44 |