mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-22 01:25:44 -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";
|
||||
|
||||
|
||||
|
||||
@@ -897,6 +897,10 @@
|
||||
<value>Schemas</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="SchemaHierarchy_BuiltInSchema" xml:space="preserve">
|
||||
<value>Built-in Schemas</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="SchemaHierarchy_Security" xml:space="preserve">
|
||||
<value>Security</value>
|
||||
<comment></comment>
|
||||
|
||||
@@ -440,6 +440,8 @@ SchemaHierarchy_Rules = Rules
|
||||
|
||||
SchemaHierarchy_Schemas = Schemas
|
||||
|
||||
SchemaHierarchy_BuiltInSchema = Built-in Schemas
|
||||
|
||||
SchemaHierarchy_Security = Security
|
||||
|
||||
SchemaHierarchy_ServerObjects = Server Objects
|
||||
|
||||
@@ -6545,6 +6545,11 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<target state="new">Sequence Number End</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaHierarchy_BuiltInSchema">
|
||||
<source>Built-in Schemas</source>
|
||||
<target state="new">Built-in Schemas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user