Skip to content

Commit a4201f2

Browse files
authored
fix the host retry button not working in multiple env case (#249) (#251)
drop schema_versions table as well in cleanup.sql
1 parent 77254aa commit a4201f2

File tree

1 file changed

+1
-0
lines changed
  • deploy-service/common/src/main/resources/sql

1 file changed

+1
-0
lines changed

deploy-service/common/src/main/resources/sql/cleanup.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ USE deploy;
44

55
/* This is for unit tests only - it will wipe all data - do NOT run it in prodution!*/
66

7+
DROP TABLE IF EXISTS schema_versions;
78
DROP TABLE IF EXISTS agents;
89
DROP TABLE IF EXISTS agent_errors;
910
DROP TABLE IF EXISTS builds;

0 commit comments

Comments
 (0)