1
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
alter table Weld_UnitStore add IsUsed bit null
|
||||
GO
|
||||
update Weld_UnitStore set IsUsed=1
|
||||
GO
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
alter table Weld_UnitStore add IsUsed bit null
|
||||
GO
|
||||
update Weld_UnitStore set IsUsed=1
|
||||
GO
|
||||