Skip to content

Commit f2248d3

Browse files
committed
feat: run db migrations on scaffold
1 parent bff6549 commit f2248d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Command/ScaffoldWaitlistCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ protected function handle()
127127
);
128128
});
129129

130+
\Aloe\Core::run('php leaf db:migrate waitlist_emails', $this->output);
131+
\Aloe\Core::run('php leaf db:migrate waitlist_invites', $this->output);
132+
130133
$this->info('Waitlist generated successfully.');
131134

132135
return 0;

0 commit comments

Comments
 (0)