Skip to content

Commit 321548b

Browse files
committed
feat:添加支持迁移分支
1 parent 8c7d53e commit 321548b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/KingbaseES.BasicTest/BlogContextFactory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ public class BlogContextFactory : IDesignTimeDbContextFactory<BlogContext>
88
public BlogContext CreateDbContext(string[] args)
99
{
1010
var optionsBuilder = new DbContextOptionsBuilder<BlogContext>();
11+
1112
optionsBuilder.UseKdbndp("host=localhost;port=54321;database=test;username=system;password=123456;");
1213

1314
return new BlogContext(optionsBuilder.Options);

0 commit comments

Comments
 (0)