foreign keys for alliance moon rental tables

This commit is contained in:
2021-05-30 20:03:28 +09:00
parent f78b9eddb9
commit 3b02dfb1c7

View File

@@ -61,8 +61,9 @@ class ImportAllianceMoons extends Command
//Create the collection of lines for the input file.
$moons = new Collection;
AllianceMoon::truncate();
AllianceMoonOre::truncate();
AllianceMoon::truncate();
//Create the file handler
$data = Storage::get('public/alliance_moons.txt');