Skip to content

Commit

Permalink
фикс
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgencheg committed Sep 8, 2024
1 parent 847278e commit a5bcb31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
ooccolor = table.Column<string>(type: "text", nullable: false),
have_priority_join = table.Column<bool>(type: "boolean", nullable: false),
allowed_markings = table.Column<string>(type: "text", nullable: false),
expire_date = table.Column<DateTime>(type: "TEXT", nullable: false),
expire_date = table.Column<DateTime>(type: "text", nullable: false),
extra_slots = table.Column<int>(type: "integer", nullable: false)
},
constraints: table =>
Expand Down

0 comments on commit a5bcb31

Please sign in to comment.