This commit is contained in:
2025-09-15 10:59:51 +08:00
parent 62654a7aea
commit a1b669a75a
7 changed files with 58 additions and 9 deletions
@@ -0,0 +1,4 @@
alter table Weld_UnitStore add IsUsed bit null
GO
update Weld_UnitStore set IsUsed=1
GO