2023-09-13 12:16:42 -05:00
|
|
|
|
using Microsoft.EntityFrameworkCore.Migrations;
|
|
|
|
|
|
|
|
|
|
#nullable disable
|
|
|
|
|
|
2023-09-27 16:18:48 -05:00
|
|
|
|
namespace DamageAssesment.Api.Answers.Migrations
|
2023-09-13 12:16:42 -05:00
|
|
|
|
{
|
|
|
|
|
/// <inheritdoc />
|
2023-09-27 16:18:48 -05:00
|
|
|
|
public partial class InitialAnswercreate : Migration
|
2023-09-13 12:16:42 -05:00
|
|
|
|
{
|
|
|
|
|
/// <inheritdoc />
|
|
|
|
|
protected override void Up(MigrationBuilder migrationBuilder)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
|
|
protected override void Down(MigrationBuilder migrationBuilder)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|