stats4sd / aec_portfolio

A proof of concept for the AEC Consortium Project Management / Assessment System
GNU General Public License v3.0
0 stars 0 forks source link

Set defaults for org table #126

Closed dave-mills closed 1 year ago

dave-mills commented 1 year ago

When reviewing PRs today, I noticed that the seeders were failing when creating organisations. It looks like there was no default set for has_additional_criteria, and the seeders were written before we added that.

This tiny PR fixes this, so now php artisan migrate:fresh --seed runs smoothly again for testing purposes.