rental moon stuffs
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -12,6 +12,6 @@ class DatabaseSeeder extends Seeder
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
$this->call(SolarSystemSeeder::class);
|
||||
//$this->call(SolarSystemSeeder::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user