foreign keys for alliance moon rental tables
This commit is contained in:
@@ -61,8 +61,9 @@ class ImportAllianceMoons extends Command
|
|||||||
//Create the collection of lines for the input file.
|
//Create the collection of lines for the input file.
|
||||||
$moons = new Collection;
|
$moons = new Collection;
|
||||||
|
|
||||||
AllianceMoon::truncate();
|
|
||||||
AllianceMoonOre::truncate();
|
AllianceMoonOre::truncate();
|
||||||
|
AllianceMoon::truncate();
|
||||||
|
|
||||||
|
|
||||||
//Create the file handler
|
//Create the file handler
|
||||||
$data = Storage::get('public/alliance_moons.txt');
|
$data = Storage::get('public/alliance_moons.txt');
|
||||||
|
|||||||
Reference in New Issue
Block a user