sudo apt install \
autoconf \
bison \
This file contains hidden or 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
| <?php | |
| /** | |
| * Craft CMS 5 content migration that will create a functional index for custom fields, which | |
| * are now stored as a JSON column in element_sites.content. Also handles dropping the index if | |
| * the migration is reverted. | |
| * | |
| * @licence MIT | |
| * @link https://nystudio107.com | |
| * @copyright Copyright (c) nystudio107 | |
| */ |