mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-10-31 10:37:13 -04:00 
			
		
		
		
	Fix ratings migration default value
This commit is contained in:
		
							parent
							
								
									3386263fbe
								
							
						
					
					
						commit
						1769aa45c9
					
				| @ -88,12 +88,14 @@ namespace Kyoo.Postgresql.Migrations | ||||
| 				name: "rating", | ||||
| 				table: "shows", | ||||
| 				type: "integer", | ||||
| 				defaultValue: 0, | ||||
| 				nullable: false); | ||||
| 
 | ||||
| 			migrationBuilder.AddColumn<int>( | ||||
| 				name: "rating", | ||||
| 				table: "movies", | ||||
| 				type: "integer", | ||||
| 				defaultValue: 0, | ||||
| 				nullable: false); | ||||
| 
 | ||||
| 			migrationBuilder.AddColumn<int>( | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user