Fixes for testing to pass
This commit is contained in:
@@ -13,7 +13,7 @@ return new class extends Migration
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
$this->down();
|
||||
DB::statement('RENAME TABLE service__generic TO service_generic');
|
||||
Schema::create('costs', function (Blueprint $table) {
|
||||
$table->integer('id',TRUE,TRUE);
|
||||
$table->timestamps();
|
||||
|
Reference in New Issue
Block a user