PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
responsive-menu
/
app
/
Database
/
Migrations
<?php namespace ResponsiveMenu\Database\Migrations; use ResponsiveMenu\Collections\OptionsCollection; class Migrate_0_0_1_0_0_2 extends Migrate { protected $migrations = [ 'foo' => 'baz' ]; protected $migration_scripts = [ 'updateSun' ]; protected function updateSun(OptionsCollection $options) { $sun = json_decode($options['sun']); if(is_array($sun)): $new_sun = []; foreach($sun as $update): unset($update[2]); $new_sun[] = $update; endforeach; $options['sun'] = $new_sun; endif; return $options; } }
[+]
..
[-] Migrate_3_1_7_3_1_8.php
[edit]
[-] Migrate_0_0_1_0_0_2.php
[edit]
[-] Migrate_3_1_0_3_1_1.php
[edit]
[-] Migrate.php
[edit]
[-] Migrate_0_0_2_0_0_3.php
[edit]
[-] Migrate_3_1_13_3_1_14.php
[edit]
[-] Migrate_1_1_0_1_1_1.php
[edit]
[-] Migrate_0_0_5_0_0_6.php
[edit]