Skip to content

Commit c6bda30

Browse files
committed
chore(migrate): remove obsolete EJB timer table with SQL migration
This commit adds a new SQL migration script to drop the EJB__TIMER__TBL table if it exists. This helps clean up unused database artifacts and improves maintainability.
1 parent a871909 commit c6bda30

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--
2+
DROP TABLE IF EXISTS EJB__TIMER__TBL;

0 commit comments

Comments
 (0)