Reworked syncshell profile and user profile calls. #21

Merged
defnotken merged 11 commits from syncshell-profiles-attempt-two into master 2025-10-19 19:41:38 +00:00
Showing only changes of commit d28198a9c8 - Show all commits

View File

@@ -16,6 +16,8 @@ namespace LightlessSyncServer.Migrations
type: "integer[]",
nullable: true);
migrationBuilder.Sql("UPDATE group_profiles SET tags = NULL;");
migrationBuilder.AlterColumn<int[]>(
name: "tags",
table: "group_profiles",
@@ -29,10 +31,12 @@ namespace LightlessSyncServer.Migrations
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "tags",
table: "user_profile_data");
migrationBuilder.AlterColumn<string>(
name: "tags",
table: "group_profiles",