Catch all possible migration errors

This commit is contained in:
James Cole
2023-04-10 08:29:27 +02:00
parent 456dbfd29d
commit ad97e33ec0
34 changed files with 1213 additions and 1035 deletions

View File

@@ -52,6 +52,7 @@ use Illuminate\Support\Carbon;
* @property-read Collection<int, \FireflyIII\Models\Account> $accounts
* @property-read int|null $accounts_count
* @property-read Collection<int, \FireflyIII\Models\Account> $accounts
* @property-read Collection<int, \FireflyIII\Models\Account> $accounts
* @mixin Eloquent
*/
class UserGroup extends Model