Skip to content

Commit

Permalink
fix: remove empty spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaDmitrasinovic committed Jan 27, 2025
1 parent a374430 commit 49ce694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
table: "Notes",
schema: "Notes",
keyColumn: "Id",
keyValue: new Guid ("74dad71c - 4ddc - 4d4d - a894 - 3307ddc3fe10"),
keyValue: new Guid ("74dad71c-4ddc-4d4d-a894-3307ddc3fe10"),
columns: new[] { "IsPublic", "SharedWith" },
values: new object[] { true, new[] { "user1", "user2" } });

Expand Down

0 comments on commit 49ce694

Please sign in to comment.