mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-09 16:53:11 +08:00
Print a warning when manually running visit:download-db with no license
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Shlinkio\Shlink\CLI\GeoLite;
|
||||
enum GeolocationResult
|
||||
{
|
||||
case CHECK_SKIPPED;
|
||||
case LICENSE_MISSING;
|
||||
case DB_CREATED;
|
||||
case DB_UPDATED;
|
||||
case DB_IS_UP_TO_DATE;
|
||||
|
||||
Reference in New Issue
Block a user