Skip to content

Commit ece676d

Browse files
authored
Merge pull request #325 from bowphp/refactor/code-base
fix: notification migration stub
2 parents 3d555e9 + 21aa82f commit ece676d

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)