From 5903462ec49affa057b4ee64bbd42d97c94e6972 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Mon, 27 May 2019 16:41:46 +0800 Subject: [PATCH] Update Demo --- Src/Asp.Net/PgSqlTest/UnitTest/UCodeFirst.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/Asp.Net/PgSqlTest/UnitTest/UCodeFirst.cs b/Src/Asp.Net/PgSqlTest/UnitTest/UCodeFirst.cs index ab92b7f92..b6b47d028 100644 --- a/Src/Asp.Net/PgSqlTest/UnitTest/UCodeFirst.cs +++ b/Src/Asp.Net/PgSqlTest/UnitTest/UCodeFirst.cs @@ -13,6 +13,7 @@ namespace OrmTest if (Db.DbMaintenance.IsAnyTable("UnitCodeTest1", false)) Db.DbMaintenance.DropTable("UnitCodeTest1"); Db.CodeFirst.InitTables(); + Db.CodeFirst.InitTables(); } public class UnitCodeTest1 {