Skip to content

Commit 74b2803

Browse files
Dependent objects still exist
1 parent 75a9067 commit 74b2803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2025_10_05_081604_drop_telegraph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
return new class extends Migration {
99
public function up(): void
1010
{
11-
Schema::dropIfExists('telegraph_bots');
1211
Schema::dropIfExists('telegraph_chats');
12+
Schema::dropIfExists('telegraph_bots');
1313
}
1414
};

0 commit comments

Comments
 (0)