mirror of
https://github.com/chylex/Lightning-Tracker.git
synced 2024-11-24 13:42:49 +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);
|
|
?>
|