We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94aff29 commit 3ed210aCopy full SHA for 3ed210a
src/Joinrpg.Dal.Migrate/Ef6/JoinMigrationsConfig.cs
@@ -11,5 +11,6 @@ public JoinMigrationsConfig(string connectionString)
11
MigrationsAssembly = typeof(MyDbContext).Assembly;
12
MigrationsNamespace = typeof(MyDbContext).Namespace + ".Migrations";
13
ContextKey = "JoinRpg.Dal.Impl.Migrations.Configuration";
14
+ CommandTimeout = 900; // seconds
15
}
16
0 commit comments