* Add speed_admin to device ports tab (#650) * move from device_port_properties to device_port table, and tidy up
		
			
				
	
	
		
			6 lines
		
	
	
		
			72 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			72 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
BEGIN;
 | 
						|
 | 
						|
ALTER TABLE device_port ADD COLUMN "speed_admin" text;
 | 
						|
 | 
						|
COMMIT;
 |