Skip to content

Commit

Permalink
fix the host retry button not working in multiple env case (#249) (#251)
Browse files Browse the repository at this point in the history
drop schema_versions table as well in cleanup.sql
  • Loading branch information
sbaogang committed Sep 3, 2016
1 parent 77254aa commit a4201f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy-service/common/src/main/resources/sql/cleanup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ USE deploy;

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

DROP TABLE IF EXISTS schema_versions;
DROP TABLE IF EXISTS agents;
DROP TABLE IF EXISTS agent_errors;
DROP TABLE IF EXISTS builds;
Expand Down

0 comments on commit a4201f2

Please sign in to comment.