mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-24 09:35:39 -05:00
Moving out legacy schemas into their own folder (#1866)
This commit is contained in:
@@ -1269,6 +1269,14 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string SchemaHierarchy_BuiltInSchema
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.SchemaHierarchy_BuiltInSchema);
|
||||
}
|
||||
}
|
||||
|
||||
public static string SchemaHierarchy_Security
|
||||
{
|
||||
get
|
||||
@@ -10674,6 +10682,9 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string SchemaHierarchy_Schemas = "SchemaHierarchy_Schemas";
|
||||
|
||||
|
||||
public const string SchemaHierarchy_BuiltInSchema = "SchemaHierarchy_BuiltInSchema";
|
||||
|
||||
|
||||
public const string SchemaHierarchy_Security = "SchemaHierarchy_Security";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user