From 2c9c2cc3b414115bca9b6c63ca7b20d49a8a8ec1 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 15 Sep 2022 20:55:44 -0500 Subject: Agregar autor --- Migrations/20220915225908_AddBookTitle.cs | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Migrations/20220915225908_AddBookTitle.cs (limited to 'Migrations/20220915225908_AddBookTitle.cs') diff --git a/Migrations/20220915225908_AddBookTitle.cs b/Migrations/20220915225908_AddBookTitle.cs deleted file mode 100644 index ef3f3a7..0000000 --- a/Migrations/20220915225908_AddBookTitle.cs +++ /dev/null @@ -1,26 +0,0 @@ -using Microsoft.EntityFrameworkCore.Migrations; - -#nullable disable - -namespace LibraryAPI.Migrations -{ - public partial class AddBookTitle : Migration - { - protected override void Up(MigrationBuilder migrationBuilder) - { - migrationBuilder.AddColumn( - name: "Title", - table: "Books", - type: "text", - nullable: false, - defaultValue: ""); - } - - protected override void Down(MigrationBuilder migrationBuilder) - { - migrationBuilder.DropColumn( - name: "Title", - table: "Books"); - } - } -} -- cgit v1.2.3