v1.3.0
After updating to this version, configure the new storage disks for MAIA annotation patches. Then run:
php -d memory_limit=2G artisan maia:migrate-patch-storage --dry-run maia_patches
This assumes that the MAIA patches were previously stored in ./storage/maia_patches. Remove --dry-run if the command succeeds to actually copy the files.
Changed:
- Training proposal and annotation candidate patches are stored in storage disks (biigle/core#181, #35)