diff options
| author | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-10-21 20:43:00 +0200 |
|---|---|---|
| committer | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-10-21 20:43:00 +0200 |
| commit | e775895bf0332334ef1925a6cdeff27bc341ad8a (patch) | |
| tree | 9922d4698755749717cc97c5021569002d1d4fd6 /backend/Elements.Data/Migrations/20231021133049_Add recipes.cs | |
| parent | 88c29a5f93b69dddef0727ea9896354c132887ab (diff) | |
Change how element icons are stored
Diffstat (limited to 'backend/Elements.Data/Migrations/20231021133049_Add recipes.cs')
| -rw-r--r-- | backend/Elements.Data/Migrations/20231021133049_Add recipes.cs | 29 |
1 files changed, 0 insertions, 29 deletions
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 -{ - /// <inheritdoc /> - public partial class Addrecipes : Migration - { - /// <inheritdoc /> - protected override void Up(MigrationBuilder migrationBuilder) - { - migrationBuilder.AddColumn<string>( - name: "IconBitmap", - table: "Elements", - type: "TEXT", - nullable: false, - defaultValue: ""); - } - - /// <inheritdoc /> - protected override void Down(MigrationBuilder migrationBuilder) - { - migrationBuilder.DropColumn( - name: "IconBitmap", - table: "Elements"); - } - } -} |
