move market data seeder to dedicated command
This commit is contained in:
@@ -31,10 +31,6 @@ class CreateMarketDataTable extends Migration
|
||||
$table->json('meta_data')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Artisan::call('db:seed', [
|
||||
'--class' => MarketDataSeeder::class,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user