Skip to content

Commit ac78924

Browse files
committed
Chinook model: Dropping created view
1 parent 6a5995b commit ac78924

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Orm/Xtensive.Orm.Tests.Sql/Sqlite/ChinookSchemaCreator.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2019 Xtensive LLC.
1+
// Copyright (C) 2019 Xtensive LLC.
22
// All rights reserved.
33
// For conditions of distribution and use, see license.
44
// Created by: Alexey Kulakov
@@ -28,6 +28,7 @@ private class XmlTable
2828

2929
public void DropSchemaContent(SqlConnection connection, Schema defaultSchema)
3030
{
31+
DropViews(connection, defaultSchema);
3132
DropTables(connection, defaultSchema);
3233
}
3334

0 commit comments

Comments
 (0)