diff --git a/Barakah/UpdateTableItems.sql b/Barakah/UpdateTableItems.sql new file mode 100644 index 0000000..d53f9fe --- /dev/null +++ b/Barakah/UpdateTableItems.sql @@ -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 \ No newline at end of file