fix migration typo
This commit is contained in:
		
							parent
							
								
									60b39a5045
								
							
						
					
					
						commit
						ec8528abb5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -20,5 +20,5 @@ CREATE TABLE instances ( | |||
|     ci_metadata TEXT NOT NULL, | ||||
|     ci_userdata BINARY, | ||||
|     UNIQUE(subnet_id, host_num), | ||||
|     FOREIGN KEY(subnet_id) REFERENCES subnet(id) | ||||
|     FOREIGN KEY(subnet_id) REFERENCES subnets(id) | ||||
| ); | ||||
		Loading…
	
		Reference in a new issue