-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Showing
8 changed files
with
94 additions
and
90 deletions.
There are no files selected for viewing
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
76 changes: 0 additions & 76 deletions
76
...lient/Boilerplate.Client.Core/Data/Migrations/20240729183448_InitialMigration.Designer.cs
This file was deleted.
Oops, something went wrong.
72 changes: 72 additions & 0 deletions
72
...lient/Boilerplate.Client.Core/Data/Migrations/20241030140343_InitialMigration.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ protected override void Up(MigrationBuilder migrationBuilder) | |
migrationBuilder.InsertData( | ||
table: "Users", | ||
columns: new[] { "Id", "BirthDate", "Email", "FullName", "Gender", "Password", "PhoneNumber", "ProfileImageName", "UserName" }, | ||
values: new object[] { new Guid("8ff71671-a1d6-4f97-abb9-d87d7b47d6e7"), 1306790461440000000L, "[email protected]", "Boilerplate test account", 2, "123456", "+31684207362", null, "test" }); | ||
values: new object[] { new Guid("8ff71671-a1d6-4f97-abb9-d87d7b47d6e7"), 1306790461440000000L, "[email protected]", "Boilerplate test account", 0, "123456", "+31684207362", null, "test" }); | ||
} | ||
|
||
/// <inheritdoc /> | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ partial class OfflineDbContextModelSnapshot : ModelSnapshot | |
protected override void BuildModel(ModelBuilder modelBuilder) | ||
{ | ||
#pragma warning disable 612, 618 | ||
modelBuilder.HasAnnotation("ProductVersion", "8.0.7"); | ||
modelBuilder.HasAnnotation("ProductVersion", "9.0.0"); | ||
|
||
modelBuilder.Entity("Boilerplate.Shared.Dtos.Identity.UserDto", b => | ||
{ | ||
|
@@ -58,7 +58,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) | |
BirthDate = 1306790461440000000L, | ||
Email = "[email protected]", | ||
FullName = "Boilerplate test account", | ||
Gender = 2, | ||
Gender = 0, | ||
Password = "123456", | ||
PhoneNumber = "+31684207362", | ||
UserName = "test" | ||
|
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