Run the script: 

ALTER table [dbo].[sysdiagrams]
DROP COLUMN [diagram_id]

ALTER table [dbo].[sysdiagrams]
ADD [diagram_id] [int] NOT NULL IDENTITY (1, 1)