mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Code re-style.
This commit is contained in:
@@ -43,7 +43,8 @@ namespace Marechai.Database.Migrations
|
||||
UpdatedOn = table.Column<DateTime>(nullable: false).
|
||||
Annotation("MySql:ValueGenerationStrategy",
|
||||
MySqlValueGenerationStrategy.ComputedColumn),
|
||||
MediaId = table.Column<ulong>(nullable: false), PartitionId = table.Column<ulong>(nullable: false)
|
||||
MediaId = table.Column<ulong>(nullable: false),
|
||||
PartitionId = table.Column<ulong>(nullable: false)
|
||||
}, constraints: table =>
|
||||
{
|
||||
table.PrimaryKey("PK_LogicalPartitionsByMedia", x => x.Id);
|
||||
|
||||
Reference in New Issue
Block a user