Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-scales committed Jan 25, 2024
1 parent 55584ce commit e54b117
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable
#nullable disable

namespace FU.API.Migrations
{
using Microsoft.EntityFrameworkCore.Migrations;

/// <inheritdoc />
public partial class NonNullablePostDescription : Migration
{
Expand All @@ -15,7 +15,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
table: "Posts",
type: "text",
nullable: false,
defaultValue: "",
defaultValue: string.Empty,
oldClrType: typeof(string),
oldType: "text",
oldNullable: true);
Expand Down

0 comments on commit e54b117

Please sign in to comment.