| 
				
				
					
				
				
				 | 
			
			 | 
			@@ -24,8 +24,8 @@ End Sub | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			'TODO: This can be refactored by not having the individual migration files auto-add themselves, but then this file must manually add each one using a slightly dIfferent | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			'            naming convention, i.e. given include file 01_Create_Users.asp the command would be Migrations.Add "Migration_01_Create_Users" or such. At least this way is automated. | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			'Migrations.Initialize "Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Engine Type=5;Data Source=" & Request.ServerVariables("APPL_PHYSICAL_PATH") & "Data\webdata - Copy.mdb;" | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			 Migrations.Initialize "Provider=SQLOLEDB;Server=danielsubuntu,15789;Database=tracking;UID=sa;PWD=SunBrightShine!;" | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			Migrations.Initialize "Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Engine Type=5;Data Source=" & Request.ServerVariables("APPL_PHYSICAL_PATH") & "Data\webdata - Copy.mdb;" | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			 'Migrations.Initialize "Provider=SQLOLEDB;Server=danielsubuntu,15789;Database=tracking;UID=sa;PWD=SunBrightShine!;" | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			Migrations.Tracing = false | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			%> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
	
		
			
				| 
				
				
				
					
				
				 | 
			
			 | 
			@@ -38,6 +38,8 @@ Migrations.Tracing = false | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			<!--#include file="Migration_07_Alter_Kit_Table_Labels_With_Set.asp"--> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			<!--#include file="Migration_08_Alter_Kit_Table_With_InkjetJob.asp"--> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			<!--#include file="Migration_09_Create_InkJetRecords_Table.asp"--> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			<!--#include file="Migration_10_Alter_Tables_For_Relations.asp"--> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			<!--#include file="Migration_11_Alter_Tables_For_Relations_FK.asp"--> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			<% | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			Sub HandleMigration | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    putl "<b>Starting Version: " & Migrations.Version & "</b>" | 
		
		
	
	
		
			
				| 
				
					
				
				
				
				 | 
			
			 | 
			
  |