-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46c16b9
commit b30067e
Showing
9 changed files
with
1,714 additions
and
12 deletions.
There are no files selected for viewing
1,636 changes: 1,636 additions & 0 deletions
1,636
DA_DataAccess/Migrations/20241225115700_Emptymigration.Designer.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
using Microsoft.EntityFrameworkCore.Migrations; | ||
|
||
#nullable disable | ||
|
||
namespace DA_DataAccess.Migrations | ||
{ | ||
/// <inheritdoc /> | ||
public partial class Emptymigration : Migration | ||
{ | ||
/// <inheritdoc /> | ||
protected override void Up(MigrationBuilder migrationBuilder) | ||
{ | ||
migrationBuilder.AlterColumn<string>( | ||
name: "Discriminator", | ||
table: "Traits", | ||
type: "character varying(21)", | ||
maxLength: 21, | ||
nullable: false, | ||
oldClrType: typeof(string), | ||
oldType: "text"); | ||
|
||
migrationBuilder.AlterColumn<string>( | ||
name: "Discriminator", | ||
table: "AspNetUsers", | ||
type: "character varying(21)", | ||
maxLength: 21, | ||
nullable: false, | ||
oldClrType: typeof(string), | ||
oldType: "text"); | ||
} | ||
|
||
/// <inheritdoc /> | ||
protected override void Down(MigrationBuilder migrationBuilder) | ||
{ | ||
migrationBuilder.AlterColumn<string>( | ||
name: "Discriminator", | ||
table: "Traits", | ||
type: "text", | ||
nullable: false, | ||
oldClrType: typeof(string), | ||
oldType: "character varying(21)", | ||
oldMaxLength: 21); | ||
|
||
migrationBuilder.AlterColumn<string>( | ||
name: "Discriminator", | ||
table: "AspNetUsers", | ||
type: "text", | ||
nullable: false, | ||
oldClrType: typeof(string), | ||
oldType: "character varying(21)", | ||
oldMaxLength: 21); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+7.46 KB
DagoniteEmpire/wwwroot/upload/portraits/aba80af7-36a2-4d93-ae4d-f1f506140663.webp
Binary file not shown.
Binary file added
BIN
+2.61 KB
DagoniteEmpire/wwwroot/upload/portraits/f2f31d2d-3640-456b-b4e0-33a7d2e70142.webp
Binary file not shown.