diff --git a/src/food-market.infrastructure/Persistence/Migrations/20260427050000_Phase4d_OptionalTenantOnDirectories.cs b/src/food-market.infrastructure/Persistence/Migrations/20260427050000_Phase4d_OptionalTenantOnDirectories.cs index d700954..194262c 100644 --- a/src/food-market.infrastructure/Persistence/Migrations/20260427050000_Phase4d_OptionalTenantOnDirectories.cs +++ b/src/food-market.infrastructure/Persistence/Migrations/20260427050000_Phase4d_OptionalTenantOnDirectories.cs @@ -19,7 +19,7 @@ protected override void Up(MigrationBuilder b) type: "uuid", nullable: true, oldClrType: typeof(System.Guid), oldType: "uuid"); b.AlterColumn( - name: "OrganizationId", schema: "public", table: "units", + name: "OrganizationId", schema: "public", table: "units_of_measure", type: "uuid", nullable: true, oldClrType: typeof(System.Guid), oldType: "uuid"); }