| 1 | <?php  | 
            ||
| 13 | class m5_end_date extends \phpbb\db\migration\migration  | 
            ||
| 14 | { | 
            ||
| 15 | /**  | 
            ||
| 16 | 	* {@inheritDoc} | 
            ||
| 17 | */  | 
            ||
| 18 | public function effectively_installed()  | 
            ||
| 22 | |||
| 23 | /**  | 
            ||
| 24 | 	* {@inheritDoc} | 
            ||
| 25 | */  | 
            ||
| 26 | static public function depends_on()  | 
            ||
| 30 | |||
| 31 | /**  | 
            ||
| 32 | * Add the end date to ads table  | 
            ||
| 33 | *  | 
            ||
| 34 | * @return array Array of table schema  | 
            ||
| 35 | * @access public  | 
            ||
| 36 | */  | 
            ||
| 37 | public function update_schema()  | 
            ||
| 47 | |||
| 48 | /**  | 
            ||
| 49 | * Drop the end date from ads table  | 
            ||
| 50 | *  | 
            ||
| 51 | * @return array Array of table schema  | 
            ||
| 52 | * @access public  | 
            ||
| 53 | */  | 
            ||
| 54 | public function revert_schema()  | 
            ||
| 64 | }  | 
            ||
| 65 |