1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

move script back and move userview update up

This commit is contained in:
Kyle Spearrin
2018-07-19 16:22:30 -04:00
parent 266fc579f2
commit b0aef93597
4 changed files with 25 additions and 26 deletions

View File

@ -252,7 +252,7 @@ namespace Bit.Setup
.JournalToSqlTable("dbo", "Migration")
.WithScriptsAndCodeEmbeddedInAssembly(Assembly.GetExecutingAssembly(),
s => s.Contains($".DbScripts.") && !s.Contains(".Archive."))
.WithTransactionPerScript()
.WithTransaction()
.WithExecutionTimeout(new TimeSpan(0, 5, 0))
.LogToConsole()
.Build();