drop links and images tables

This commit is contained in:
azivner
2017-11-29 20:48:58 -05:00
parent 3386cd790e
commit 6d603eda86
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
DROP TABLE IF EXISTS links;
DROP TABLE IF EXISTS images;