diff --git a/api/src/main/resources/db/migration/1.0/V1.0.24__DDL-DROP_TABLE-temp_table.sql b/api/src/main/resources/db/migration/1.0/V1.0.24__DDL-DROP_TABLE-temp_table.sql new file mode 100644 index 00000000..09a995da --- /dev/null +++ b/api/src/main/resources/db/migration/1.0/V1.0.24__DDL-DROP_TABLE-temp_table.sql @@ -0,0 +1,2 @@ +-- API_GRAD_TRAX.TMP_STUDENT Drop +DROP TABLE "TMP_STUDENT" CASCADE CONSTRAINTS;