fix migrations

This commit is contained in:
sbwalker
2025-12-24 20:37:25 -05:00
parent a8f87ea572
commit e84170b8ea
2 changed files with 4 additions and 4 deletions

View File

@@ -16,8 +16,8 @@ namespace Oqtane.Migrations.Tenant
protected override void Up(MigrationBuilder migrationBuilder)
{
var urlMappingEntityBuilder = new UrlMappingEntityBuilder(migrationBuilder, ActiveDatabase);
urlMappingEntityBuilder.AddStringColumn("Referrer", 2048);
// the original 10.00.02.03 migration was missing the nullable property specification
// this would cause it to fail on upgrade so the migration logic was moved to 10.00.03.01
}
protected override void Down(MigrationBuilder migrationBuilder)