Project

General

Profile

« Previous | Next » 

Revision 2112

Correct minor problems with foreign keys in Harvester tables

View differences:

xmltables-sqlserver.sql
456 456
	)
457 457
GO
458 458

  
459
ALTER TABLE [dbo].[harvest_log] ADD 
460
	CONSTRAINT [FK_harvest_log_harvest_site_schedule] FOREIGN KEY 
461
	(
462
		[site_schedule_id]
463
	) REFERENCES [dbo].[harvest_site_schedule] (
464
		[site_schedule_id]
465
	)
466
GO
467

  
468 459
ALTER TABLE [dbo].[harvest_detail_log] ADD 
469 460
	CONSTRAINT [FK_harvest_detail_log_harvest_log] FOREIGN KEY 
470 461
	(

Also available in: Unified diff