Skip to content

Commit 408f3c9

Browse files
author
Rakesh Recharla
committed
Add sql files #105166403482486
1 parent 03f4820 commit 408f3c9

File tree

3 files changed

+496
-0
lines changed

3 files changed

+496
-0
lines changed

service/sql/clear-db.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
drop table SCORECARD_ITEM;
2+
drop table SCORECARD_QUESTION_OPTION;
3+
drop table SCORECARD_QUESTION;
4+
drop table SCORECARD;
5+
drop table REVIEW_PROCESS;
6+
drop table SCORECARD_TEMPLATE;

0 commit comments

Comments
 (0)