Browse Source

数据库迁移文件

branch_ccpg_220107
44673626 2 years ago
parent
commit
1f209e67af
  1. 1055
      src/AuthServer/AuthServer.Host/Migrations/20220517085649_0517.Designer.cs
  2. 17
      src/AuthServer/AuthServer.Host/Migrations/20220517085649_0517.cs

1055
src/AuthServer/AuthServer.Host/Migrations/20220517085649_0517.Designer.cs

File diff suppressed because it is too large

17
src/AuthServer/AuthServer.Host/Migrations/20220517085649_0517.cs

@ -0,0 +1,17 @@
using Microsoft.EntityFrameworkCore.Migrations;
namespace AuthServer.Host.Migrations
{
public partial class _0517 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
}
protected override void Down(MigrationBuilder migrationBuilder)
{
}
}
}
Loading…
Cancel
Save