[Tynstep-svn] r28 - trunk/StepDataLoader/sql/com/tyndalehouse/step/dataloader/sql/create

ChrisBurrell at crosswire.org ChrisBurrell at crosswire.org
Sun Nov 29 15:44:47 MST 2009


Author: ChrisBurrell
Date: 2009-11-29 15:44:47 -0700 (Sun, 29 Nov 2009)
New Revision: 28

Modified:
   trunk/StepDataLoader/sql/com/tyndalehouse/step/dataloader/sql/create/2.scripture_referencing.sql
Log:


Modified: trunk/StepDataLoader/sql/com/tyndalehouse/step/dataloader/sql/create/2.scripture_referencing.sql
===================================================================
--- trunk/StepDataLoader/sql/com/tyndalehouse/step/dataloader/sql/create/2.scripture_referencing.sql	2009-11-24 23:09:55 UTC (rev 27)
+++ trunk/StepDataLoader/sql/com/tyndalehouse/step/dataloader/sql/create/2.scripture_referencing.sql	2009-11-29 22:44:47 UTC (rev 28)
@@ -14,7 +14,7 @@
 	target_id  					int NOT NULL, -- could be for eg. a timeline event, or an article, etc. no referential integrity here
     target_type					int  NOT NULL, -- description of the event, defined in enum in java code...
 	start_verse_id				int NOT NULL,	
-	end_verse_id				int	NOT NULL -- this may be a single verse so can be null here 
+	end_verse_id				int	NOT NULL -- this may be a single verse so can be null here? 
 );
 
 create index target_id_target_type_id_ind 




More information about the Tynstep-svn mailing list