rental moon stuffs

This commit is contained in:
2020-06-03 22:26:48 -05:00
parent 7e248c7055
commit cde4f3b6c7
8 changed files with 136 additions and 57 deletions

View File

@@ -57,8 +57,6 @@ class CreateAllianceMoonRentalsTable extends Migration
$table->timestamps();
}
//Transfer the existing data into the table
//Drop the older tables
Schema::dropIfExists('moon_rents');
Schema::dropIfExists('RentalMoons');

View File

@@ -12,6 +12,6 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
$this->call(SolarSystemSeeder::class);
//$this->call(SolarSystemSeeder::class);
}
}