From a5bcb31cff33203a7fd9adb4c8bf2f6ae961fe7f Mon Sep 17 00:00:00 2001 From: TAZIKLIK <73418250+Evgencheg@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:14:09 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Migrations/Postgres/20240906145851_Sponsors.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server.Database/Migrations/Postgres/20240906145851_Sponsors.cs b/Content.Server.Database/Migrations/Postgres/20240906145851_Sponsors.cs index d3742d4ffb..17ef34f800 100644 --- a/Content.Server.Database/Migrations/Postgres/20240906145851_Sponsors.cs +++ b/Content.Server.Database/Migrations/Postgres/20240906145851_Sponsors.cs @@ -21,7 +21,7 @@ protected override void Up(MigrationBuilder migrationBuilder) ooccolor = table.Column(type: "text", nullable: false), have_priority_join = table.Column(type: "boolean", nullable: false), allowed_markings = table.Column(type: "text", nullable: false), - expire_date = table.Column(type: "TEXT", nullable: false), + expire_date = table.Column(type: "text", nullable: false), extra_slots = table.Column(type: "integer", nullable: false) }, constraints: table =>