using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace JobTrackerApi.Migrations { /// public partial class AddAiUsageMetering : Migration { // Intentionally a no-op: StartupInitializationExtensions owns idempotent SQLite/MariaDB // column reconciliation and runs before EF migrations. The snapshot records the model change; // the reconciler performs the provider-safe DDL without duplicate-column failures. /// protected override void Up(MigrationBuilder migrationBuilder) { } /// protected override void Down(MigrationBuilder migrationBuilder) { } } }