mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Removing Ledger saving logic (#2142)
This commit is contained in:
committed by
GitHub
parent
88ec8713d0
commit
ddea088a18
@@ -468,13 +468,6 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectManagement
|
||||
db110.DatabaseContainmentType = containmentTypeEnums[database.ContainmentType];
|
||||
}
|
||||
}
|
||||
if (prototype is DatabasePrototype160 db160)
|
||||
{
|
||||
if (database.IsLedgerDatabase != null)
|
||||
{
|
||||
db160.IsLedger = (bool)database.IsLedgerDatabase;
|
||||
}
|
||||
}
|
||||
|
||||
// AutoCreateStatisticsIncremental can only be set when AutoCreateStatistics is enabled
|
||||
prototype.AutoCreateStatisticsIncremental = database.AutoCreateIncrementalStatistics;
|
||||
|
||||
Reference in New Issue
Block a user