forked from magonysandormate/PeePal
Kész(?)
This commit is contained in:
@@ -6,9 +6,6 @@ use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('keruletek', function (Blueprint $t) {
|
||||
@@ -42,11 +39,10 @@ return new class extends Migration
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
//
|
||||
Schema::dropIfExists('keruletek');
|
||||
Schema::dropIfExists('felhasznalok');
|
||||
Schema::dropIfExists('wc_adatok');
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user