We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77254aa commit a4201f2Copy full SHA for a4201f2
deploy-service/common/src/main/resources/sql/cleanup.sql
@@ -4,6 +4,7 @@ USE deploy;
4
5
/* This is for unit tests only - it will wipe all data - do NOT run it in prodution!*/
6
7
+DROP TABLE IF EXISTS schema_versions;
8
DROP TABLE IF EXISTS agents;
9
DROP TABLE IF EXISTS agent_errors;
10
DROP TABLE IF EXISTS builds;
0 commit comments