mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-22 20:24:49 +00:00
Merge remote-tracking branch 'origin/next' into v5-parallel-inertia-react
This commit is contained in:
@@ -15,7 +15,7 @@ return new class extends Migration
|
||||
|
||||
DB::table('cloud_init_scripts')
|
||||
->whereNull('uuid')
|
||||
->orderBy('id')
|
||||
->lazyById()
|
||||
->each(function (object $script): void {
|
||||
DB::table('cloud_init_scripts')
|
||||
->where('id', $script->id)
|
||||
|
||||
Reference in New Issue
Block a user