feat(Core/Items): Delete old item id from recovery item (#18332)

This commit is contained in:
IntelligentQuantum
2024-09-22 10:02:16 +03:30
committed by GitHub
parent a452b25def
commit 985410f184
8 changed files with 67 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
--
ALTER TABLE `recovery_item`
ADD COLUMN `DeleteDate` INT UNSIGNED NULL DEFAULT NULL AFTER `Count`;