mirror of
				https://github.com/chylex/Lightning-Tracker.git
				synced 2025-11-04 10:40:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			122 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			122 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
declare(strict_types = 1);
 | 
						|
 | 
						|
define('MIGRATION_VERSION', TRACKER_MIGRATION_VERSION);
 | 
						|
define('MIGRATION_TASK', 0);
 | 
						|
?>
 |