mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Fixes migrations to actually rollback all the way.
This commit is contained in:
@@ -28,8 +28,6 @@ class AddServerVariables extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::table('server_variables', function (Blueprint $table) {
|
||||
//
|
||||
});
|
||||
Schema::dropIfExists('server_variables');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user