We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea548c commit a25fe9eCopy full SHA for a25fe9e
Orm/Xtensive.Orm.SqlServer/Sql.Drivers.SqlServer/Azure/Extractor.cs
@@ -1,18 +1,13 @@
1
-// Copyright (C) 2003-2010 Xtensive LLC.
2
-// All rights reserved.
3
-// For conditions of distribution and use, see license.
+// Copyright (C) 2010-2021 Xtensive LLC.
+// This code is distributed under MIT license terms.
+// See the License.txt file in the project root for more information.
4
// Created by: Denis Krjuchkov
5
// Created: 2010.03.02
6
7
namespace Xtensive.Sql.Drivers.SqlServer.Azure
8
{
9
internal class Extractor : v12.Extractor
10
11
- protected override void ExtractFulltextIndexes()
12
- {
13
- }
14
-
15
16
// Constructors
17
18
public Extractor(SqlDriver driver)
0 commit comments