foreign keys for alliance moon rental tables

This commit is contained in:
2021-05-30 20:04:24 +09:00
parent 3b02dfb1c7
commit 353d8c5183

View File

@@ -59,11 +59,7 @@ class ImportAllianceMoons extends Command
//Declare variables
$lookup = new LookupHelper;
//Create the collection of lines for the input file.
$moons = new Collection;
AllianceMoonOre::truncate();
AllianceMoon::truncate();
$moons = new Collection;
//Create the file handler
$data = Storage::get('public/alliance_moons.txt');