Skip to content

Commit 5bbf24e

Browse files
author
mikhaild908@gmail.com
committed
updated teardown.sql for sqlite3 - drop tables if they exist
1 parent 583ca4b commit 5bbf24e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
DROP TABLE Accounts;
1+
DROP TABLE IF EXISTS Accounts;
22

3-
DROP TABLE Orders;
3+
DROP TABLE IF EXISTS Orders;
44

5-
DROP TABLE LineItems;
5+
DROP TABLE IF EXISTS LineItems;

src/IBatisNet.Net45.2012.v11.suo

-5.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)