Skip to content

Commit d4127d3

Browse files
committed
Created a program scripts to removed unused stored procedure, and temp tables.
1 parent 061a102 commit d4127d3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

onprc_ehr/resources/schemas/dbscripts/sqlserver/onprc_ehr-26.001-26.002.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
---- ComplianceRecentTestsorg --> directory and xml files
1111

1212

13-
EXEC core.fn_dropifexists 's_JmacRemovalDateProcess','onprc_ehr','TABLE';
13+
14+
----Drop corresponding temp tables
15+
1416

1517

1618
----Drop corresponding temp tables

0 commit comments

Comments
 (0)