From 667d8c822253143eaed608f30508384c33d8aa06 Mon Sep 17 00:00:00 2001 From: Jinil Sung Date: Tue, 30 Jan 2024 11:21:48 -0800 Subject: [PATCH] GRAD2-2456: task is complete. GRAD2-2456: task is complete. --- .../db/migration/1.0/V1.0.24__DDL-DROP_TABLE-temp_table.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 api/src/main/resources/db/migration/1.0/V1.0.24__DDL-DROP_TABLE-temp_table.sql 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;