Andre Glaser
Andre Glaser
> We need to run database migrations as soon as container is in running state ... exact same for me here
Same error for me. After 1-2 jobs it doesn't pickup it again. Runner on Self Hosted - Hetzner ARM64
I haven't had any issues after the fix. Seems to be fixed ^^
> I think a more useful rule would be to completely disable non-static builder mixins on model instances---for example you have to start a query with `::query()` or another `::method()`...
> Personally, I'd like to see two optional rules, for increasing levels of strictness: > > 1. `NoModelForwardingToBuilder`: this would prevent all methods like `$model->first()`, but still allow methods like...
Alright I finished the review changes @calebdw. Feel free to edit the rules.md docs as needed. Cheers
@calebdw should I close my PR and you continue on your?