Our teardown sql script.

This commit is contained in:
2017-12-20 21:08:35 +01:00
parent f6c27482e4
commit e19b604a78

View File

@@ -0,0 +1,3 @@
DROP TABLE IF EXISTS user;
DROP TABLE IF EXISTS search_history;
DROP TABLE IF EXISTS requests;