From e775895bf0332334ef1925a6cdeff27bc341ad8a Mon Sep 17 00:00:00 2001 From: Paweł Bernaciak Date: Sat, 21 Oct 2023 20:43:00 +0200 Subject: Change how element icons are stored --- .../Migrations/20231021133049_Add recipes.cs | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 backend/Elements.Data/Migrations/20231021133049_Add recipes.cs (limited to 'backend/Elements.Data/Migrations/20231021133049_Add recipes.cs') diff --git a/backend/Elements.Data/Migrations/20231021133049_Add recipes.cs b/backend/Elements.Data/Migrations/20231021133049_Add recipes.cs deleted file mode 100644 index 74d1ac6..0000000 --- a/backend/Elements.Data/Migrations/20231021133049_Add recipes.cs +++ /dev/null @@ -1,29 +0,0 @@ -using Microsoft.EntityFrameworkCore.Migrations; - -#nullable disable - -namespace Elements.Data.Migrations -{ - /// - public partial class Addrecipes : Migration - { - /// - protected override void Up(MigrationBuilder migrationBuilder) - { - migrationBuilder.AddColumn( - name: "IconBitmap", - table: "Elements", - type: "TEXT", - nullable: false, - defaultValue: ""); - } - - /// - protected override void Down(MigrationBuilder migrationBuilder) - { - migrationBuilder.DropColumn( - name: "IconBitmap", - table: "Elements"); - } - } -} -- cgit v1.2.3