You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
403 B
17 lines
403 B
|
3 months ago
|
using Microsoft.EntityFrameworkCore.Migrations;
|
||
|
|
|
||
|
|
#nullable disable
|
||
|
|
|
||
|
|
namespace ATS.NonCustodial.DbMigrations.DbMigrations.Migrations.Mysql.Admin
|
||
|
|
{
|
||
|
|
public partial class adjustimtablefield03 : Migration
|
||
|
|
{
|
||
|
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
protected override void Down(MigrationBuilder migrationBuilder)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|