This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This script migrate model data from SimpleTree to NestedTree | |
* | |
* @see \October\Rain\Database\Traits\SimpleTree | |
* @see \October\Rain\Database\Traits\NestedTree | |
* | |
* Before executing this ensure that your model implement SimpleTree | |
* and switch to NestedTree only when the process is complete | |
*/ |