Skip to content

Commit

Permalink
Remove external call to Github in Manager migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGodbehere committed Nov 7, 2024
1 parent 0a57a97 commit 90d08e5
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/*
* Factory+ / AMRC Connectivity Stack (ACS) Manager component
* Copyright 2023 AMRC
* Copyright (c) University of Sheffield AMRC 2024.
*/

use Illuminate\Database\Migrations\Migration;
Expand All @@ -20,8 +19,6 @@ public function up()
Schema::table('device_schema_versions', function (Blueprint $table) {
$table->string('schema_uuid')->nullable();
});

Artisan::call('schemas:import');
}

/**
Expand Down

0 comments on commit 90d08e5

Please sign in to comment.