mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 06:26:52 +01:00 
			
		
		
		
	This goes first
This commit is contained in:
		
							parent
							
								
									b47f40bd13
								
							
						
					
					
						commit
						1a26f5ce9e
					
				@ -36,12 +36,12 @@ return new class extends Migration
 | 
			
		||||
                ->update(['ports' => json_encode($ports)]);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        Schema::dropIfExists('allocations');
 | 
			
		||||
 | 
			
		||||
        Schema::table('servers', function (Blueprint $table) {
 | 
			
		||||
            $table->dropColumn(['allocation_id']);
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        Schema::dropIfExists('allocations');
 | 
			
		||||
 | 
			
		||||
        Schema::table('nodes', function (Blueprint $table) {
 | 
			
		||||
            $table->boolean('strict_ports')->default(true);
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user