mirror of
https://github.com/chylex/Lightning-Tracker.git
synced 2026-09-20 22:19:34 +02: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);
|
|
?>
|