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 =>