We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5995b commit ac78924Copy full SHA for ac78924
1 file changed
Orm/Xtensive.Orm.Tests.Sql/Sqlite/ChinookSchemaCreator.cs
@@ -1,4 +1,4 @@
1
-// Copyright (C) 2019 Xtensive LLC.
+// Copyright (C) 2019 Xtensive LLC.
2
// All rights reserved.
3
// For conditions of distribution and use, see license.
4
// Created by: Alexey Kulakov
@@ -28,6 +28,7 @@ private class XmlTable
28
29
public void DropSchemaContent(SqlConnection connection, Schema defaultSchema)
30
{
31
+ DropViews(connection, defaultSchema);
32
DropTables(connection, defaultSchema);
33
}
34
0 commit comments