Skip to content

Commit

Permalink
Adding drop query
Browse files Browse the repository at this point in the history
  • Loading branch information
pal-abhishek authored and Shobhit2884 committed Jan 16, 2019
1 parent 91cf525 commit a5e0592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dao/src/it/resources/sql/drop-all-tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ DROP TABLE IF EXISTS kubeless_computation_meta_data;
DROP TABLE IF EXISTS metadata_entries;
DROP TABLE IF EXISTS spark_computation_meta_data;
DROP TABLE IF EXISTS tempus_gateway_configuration;
DROP TABLE IF EXISTS tenant_unit_system;
DROP TABLE IF EXISTS tenant_unit_system;
DROP TABLE IF EXISTS templates;

0 comments on commit a5e0592

Please sign in to comment.