mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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