cmd: remove unused constants
Signed-off-by: Varun Patil <varunpatil@ucla.edu>pull/563/head
parent
e495dbfcb8
commit
42a5616860
|
@ -28,13 +28,6 @@ use Symfony\Component\Console\Command\Command;
|
||||||
use Symfony\Component\Console\Input\InputInterface;
|
use Symfony\Component\Console\Input\InputInterface;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
const GIS_TYPE_NONE = 0;
|
|
||||||
const GIS_TYPE_MYSQL = 1;
|
|
||||||
const GIS_TYPE_POSTGRES = 2;
|
|
||||||
const APPROX_PLACES = 635189;
|
|
||||||
|
|
||||||
const PLANET_URL = 'https://github.com/pulsejet/memories-assets/releases/download/geo-0.0.3/planet_coarse_boundaries.zip';
|
|
||||||
|
|
||||||
class PlacesSetup extends Command
|
class PlacesSetup extends Command
|
||||||
{
|
{
|
||||||
protected OutputInterface $output;
|
protected OutputInterface $output;
|
||||||
|
|
Loading…
Reference in New Issue