created get market region order job

created purge market region order job to get rid of old useless data
removed market price and market group from database tables
This commit is contained in:
2020-05-15 02:50:52 -05:00
parent fbd7c37ccf
commit a84ea90c79
6 changed files with 69 additions and 102 deletions
-1
View File
@@ -24,6 +24,5 @@ class MarketPrice extends Model
'lowest_price',
'highest_price',
'order_count',
'volume',
];
}
+1
View File
@@ -18,6 +18,7 @@ class MarketRegionOrder extends Model
* @var array
*/
protected $fillable = [
'region_id',
'duration',
'is_buy_order',
'issued',