using System.Collections.Generic; using DysonNetwork.Shared.Models; using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace DysonNetwork.Insight.Migrations { /// public partial class AddThinkingChunk : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { // The chunk type has been removed, so this did nothing } /// protected override void Down(MigrationBuilder migrationBuilder) { // The chunk type has been removed, so this did nothing } } }