mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
[PM-6938] Allow certain database operations to be skipped (#3914)
* Centralize database migration logic * Clean up unused usings * Prizatize * Remove verbose flag from Docker invocation * Allow certain database operations to be skipped * Readonly
This commit is contained in:
@ -221,6 +221,8 @@ public class GlobalSettings : IGlobalSettings
|
||||
private string _connectionString;
|
||||
private string _readOnlyConnectionString;
|
||||
private string _jobSchedulerConnectionString;
|
||||
public bool SkipDatabasePreparation { get; set; }
|
||||
public bool DisableDatabaseMaintenanceJobs { get; set; }
|
||||
|
||||
public string ConnectionString
|
||||
{
|
||||
|
Reference in New Issue
Block a user