Add Barakah/UpdateTableItems.sql
This commit is contained in:
parent
978aab4916
commit
c716d04846
5
Barakah/UpdateTableItems.sql
Normal file
5
Barakah/UpdateTableItems.sql
Normal file
@ -0,0 +1,5 @@
|
||||
--This script fixes a Primary Key issue which was affecting the functionality of the PROMS Administrative Tools--
|
||||
|
||||
UPDATE tblItems
|
||||
SET PreviousID = 1872778 -- or NULL if itemid = 1872778 is deleted
|
||||
WHERE tblItems.ItemID = 1872779
|
Loading…
x
Reference in New Issue
Block a user