Skip to content

Commit

Permalink
Merge pull request #112 from Evgencheg/master
Browse files Browse the repository at this point in the history
фикс
  • Loading branch information
Evgencheg authored Sep 8, 2024
2 parents ee5a0f8 + a5bcb31 commit 98011e6
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 98011e6

Please sign in to comment.