Add Barakah/UpdateTableItems.sql

This commit is contained in:
Devin Jankowski 2023-12-12 11:13:47 -05:00
parent 978aab4916
commit c716d04846

View 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