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