Skip to content

Commit 21aa82f

Browse files
committed
fix: notification migration stub
1 parent 3d555e9 commit 21aa82f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/Console/stubs/model/notification.stub

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ class {className} extends Migration
2626
*/
2727
public function rollback(): void
2828
{
29-
$this->dropIfExists("queues");
30-
31-
if ($this->getAdapterName() === 'pgsql') {
32-
$this->addSql("DROP TYPE IF EXISTS queue_status");
33-
}
29+
$this->dropIfExists("notifications");
3430
}
3531
}

0 commit comments

Comments
 (0)