diff options
Diffstat (limited to 'OpenSim/Data')
-rw-r--r-- | OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs b/OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs index 5e6b7f9..6f95c6c 100644 --- a/OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs +++ b/OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs | |||
@@ -76,9 +76,9 @@ namespace OpenSim.Data.MySQL.Tests | |||
76 | } | 76 | } |
77 | if (database != null) | 77 | if (database != null) |
78 | { | 78 | { |
79 | database.ExecuteSql("drop table migrations"); | ||
80 | database.ExecuteSql("drop table inventoryitems"); | 79 | database.ExecuteSql("drop table inventoryitems"); |
81 | database.ExecuteSql("drop table inventoryfolders"); | 80 | database.ExecuteSql("drop table inventoryfolders"); |
81 | database.ExecuteSql("drop table migrations"); | ||
82 | } | 82 | } |
83 | } | 83 | } |
84 | } | 84 | } |