// using Jiaowu.Api.Infrastructure.Persistence; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace Jiaowu.Api.Infrastructure.Persistence.Migrations.MySql; [DbContext(typeof(AppDbContext))] [Migration("20260809114000_SplitCentralizedExperimentProjectsByWeek")] partial class SplitCentralizedExperimentProjectsByWeek { protected override void BuildTargetModel(ModelBuilder modelBuilder) { modelBuilder.HasAnnotation("ProductVersion", "10.0.10"); } }