-
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
c89c057
commit 31d7305
Showing
30 changed files
with
68 additions
and
138 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
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
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
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
20 changes: 10 additions & 10 deletions
20
...ations/20231129192439_Initial.Designer.cs → ...ations/20240417173228_Initial.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 |
---|---|---|
|
@@ -563,17 +563,17 @@ protected override void Up(MigrationBuilder migrationBuilder) | |
columns: new[] { "Id", "ConcurrencyStamp", "Name", "NormalizedName" }, | ||
values: new object[,] | ||
{ | ||
{ "0f8e07af-7dc4-4f33-b439-67b55f414275", null, "Artist", "ARTIST" }, | ||
{ "34296e64-181e-403e-ad60-5a24250ddc0e", null, "Admin", "ADMIN" }, | ||
{ "85a9d1fc-4488-47b1-b6a2-8d27d8e00b50", null, "SuperAdmin", "SUPERADMIN" }, | ||
{ "afc938e6-4c92-4706-9bbf-75b1987d001d", null, "Member", "MEMBER" } | ||
{ "175718c9-7775-485a-8892-5a8036dd730e", null, "Artist", "ARTIST" }, | ||
{ "31672428-820e-48c4-8713-7b3e6daf3378", null, "Member", "MEMBER" }, | ||
{ "6fab2c7b-61f9-400e-9815-c9a1c6a685c0", null, "SuperAdmin", "SUPERADMIN" }, | ||
{ "aa509ee5-9995-46e5-8688-0de62b416791", null, "Admin", "ADMIN" } | ||
}); | ||
|
||
migrationBuilder.InsertData( | ||
schema: "oid", | ||
table: "user", | ||
columns: new[] { "Id", "AccessFailedCount", "Biography", "City", "ConcurrencyStamp", "Country", "DisplayName", "Email", "EmailConfirmed", "HeaderImage", "LockoutEnabled", "LockoutEnd", "NormalizedEmail", "NormalizedUserName", "PasswordHash", "PhoneNumber", "PhoneNumberConfirmed", "ProfileImage", "SecurityStamp", "Slug", "StreamKey", "Title", "TwoFactorEnabled", "UserName" }, | ||
values: new object[] { new Guid("d67fa40e-702f-4d7c-a14b-ae516013a113"), 0, null, null, "ce08fd74-d3e1-4f51-a8ff-a52773d97c6f", null, "Fergal Moran", "[email protected]", true, null, false, null, "[email protected]", "FERGAL.MORAN", "AQAAAAIAAYagAAAAEAFmXzQvlABn0PbIi+LgKCBN+5+AU+4Mrvo/zMIwbwOrbNc/ph/yA6bYc6PGX405Mg==", null, false, null, null, null, "YfbUdfzcgjgIXvUaNZ3X9lQoyhdEc6nc", null, false, "fergal.moran" }); | ||
values: new object[] { new Guid("0511ec00-87b4-478f-a771-56df46158678"), 0, null, null, "8ce91cb9-f402-403c-ba1f-b0e2c1cc57ce", null, "Fergal Moran", "[email protected]", true, null, false, null, "[email protected]", "FERGAL.MORAN", "AQAAAAIAAYagAAAAEAns5488ljEkPba2z9w7Fy2FwEK1vSsPH/R1hqhS8f7bVxUDZAp87WX2yPq1QU6lfw==", null, false, null, null, null, "YfbUdfzcgjgIXvUaNZ3X9lQoyhdEc6nc", null, false, "fergal.moran" }); | ||
|
||
migrationBuilder.CreateIndex( | ||
name: "IX_live_shows_UserId", | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) | |
modelBuilder | ||
.HasDefaultSchema("mixyboos") | ||
.UseCollation("en_US.utf8") | ||
.HasAnnotation("ProductVersion", "8.0.0-rc.1.23419.6") | ||
.HasAnnotation("ProductVersion", "9.0.0-preview.3.24172.4") | ||
.HasAnnotation("Relational:MaxIdentifierLength", 63); | ||
|
||
NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder); | ||
|
@@ -60,25 +60,25 @@ protected override void BuildModel(ModelBuilder modelBuilder) | |
b.HasData( | ||
new | ||
{ | ||
Id = "85a9d1fc-4488-47b1-b6a2-8d27d8e00b50", | ||
Id = "6fab2c7b-61f9-400e-9815-c9a1c6a685c0", | ||
Name = "SuperAdmin", | ||
NormalizedName = "SUPERADMIN" | ||
}, | ||
new | ||
{ | ||
Id = "34296e64-181e-403e-ad60-5a24250ddc0e", | ||
Id = "aa509ee5-9995-46e5-8688-0de62b416791", | ||
Name = "Admin", | ||
NormalizedName = "ADMIN" | ||
}, | ||
new | ||
{ | ||
Id = "0f8e07af-7dc4-4f33-b439-67b55f414275", | ||
Id = "175718c9-7775-485a-8892-5a8036dd730e", | ||
Name = "Artist", | ||
NormalizedName = "ARTIST" | ||
}, | ||
new | ||
{ | ||
Id = "afc938e6-4c92-4706-9bbf-75b1987d001d", | ||
Id = "31672428-820e-48c4-8713-7b3e6daf3378", | ||
Name = "Member", | ||
NormalizedName = "MEMBER" | ||
}); | ||
|
@@ -490,7 +490,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) | |
b.Property<string>("MixId") | ||
.HasColumnType("character varying(36)"); | ||
|
||
b.Property<Guid?>("UserId") | ||
b.Property<Guid>("UserId") | ||
.HasColumnType("uuid"); | ||
|
||
b.Property<DateTime>("DateCreated") | ||
|
@@ -649,16 +649,16 @@ protected override void BuildModel(ModelBuilder modelBuilder) | |
b.HasData( | ||
new | ||
{ | ||
Id = new Guid("d67fa40e-702f-4d7c-a14b-ae516013a113"), | ||
Id = new Guid("0511ec00-87b4-478f-a771-56df46158678"), | ||
AccessFailedCount = 0, | ||
ConcurrencyStamp = "ce08fd74-d3e1-4f51-a8ff-a52773d97c6f", | ||
ConcurrencyStamp = "8ce91cb9-f402-403c-ba1f-b0e2c1cc57ce", | ||
DisplayName = "Fergal Moran", | ||
Email = "[email protected]", | ||
EmailConfirmed = true, | ||
LockoutEnabled = false, | ||
NormalizedEmail = "[email protected]", | ||
NormalizedUserName = "FERGAL.MORAN", | ||
PasswordHash = "AQAAAAIAAYagAAAAEAFmXzQvlABn0PbIi+LgKCBN+5+AU+4Mrvo/zMIwbwOrbNc/ph/yA6bYc6PGX405Mg==", | ||
PasswordHash = "AQAAAAIAAYagAAAAEAns5488ljEkPba2z9w7Fy2FwEK1vSsPH/R1hqhS8f7bVxUDZAp87WX2yPq1QU6lfw==", | ||
PhoneNumberConfirmed = false, | ||
StreamKey = "YfbUdfzcgjgIXvUaNZ3X9lQoyhdEc6nc", | ||
TwoFactorEnabled = false, | ||
|
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
Oops, something went wrong.