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:
@ -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();
|
||||
|
Reference in New Issue
Block a user