Skip to content

Commit 6b6192a

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 13aca57 commit 6b6192a

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)