statping/sql/down.sql

7 lines
140 B
MySQL
Raw Normal View History

2018-06-10 01:31:13 +00:00
DROP table core;
DROP table hits;
DROP table failures;
2018-06-15 04:30:10 +00:00
DROP table users;
2018-06-22 06:56:44 +00:00
DROP table checkins;
2018-06-23 00:10:37 +00:00
DROP table services;
DROP table communication;