20221212081716_202212121617.cs 630 B

1234567891011121314151617181920212223
  1. using Microsoft.EntityFrameworkCore.Migrations;
  2. namespace ProductionLineMonitor.Web.Migrations
  3. {
  4. public partial class _202212121617 : Migration
  5. {
  6. protected override void Up(MigrationBuilder migrationBuilder)
  7. {
  8. migrationBuilder.AddColumn<string>(
  9. name: "Version",
  10. table: "Cims",
  11. type: "TEXT",
  12. nullable: true);
  13. }
  14. protected override void Down(MigrationBuilder migrationBuilder)
  15. {
  16. migrationBuilder.DropColumn(
  17. name: "Version",
  18. table: "Cims");
  19. }
  20. }
  21. }