mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-01 20:17:35 -04:00 
			
		
		
		
	Change response logic for migrations
This commit is contained in:
		
							parent
							
								
									9f335c982c
								
							
						
					
					
						commit
						f394982488
					
				| @ -436,6 +436,14 @@ class MigrationController extends BaseController | ||||
|                     StartMigration::dispatch($migration_file, $user, $fresh_company); | ||||
|                 } | ||||
|             } | ||||
| 
 | ||||
|             return response()->json([ | ||||
|                 '_id' => Str::uuid(), | ||||
|                 'method' => config('queue.default'), | ||||
|                 'started_at' => now(), | ||||
|             ], 200); | ||||
|          | ||||
|         } | ||||
| 
 | ||||
|     } | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user