diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 08f56959..13761f5a 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -107,8 +107,8 @@ class Kernel extends ConsoleKernel } // // Push booking module to Lark - $schedule->command('lark:push-booking-transactions-module') - ->everyTenMinutes(); + // $schedule->command('lark:push-booking-transactions-module') + // ->everyTenMinutes(); } /** diff --git a/database/migrations/2025_10_25_000001_create_wallet_transactions_view.php b/database/migrations/2025_10_25_000001_create_wallet_transactions_view.php new file mode 100644 index 00000000..1e2a4feb --- /dev/null +++ b/database/migrations/2025_10_25_000001_create_wallet_transactions_view.php @@ -0,0 +1,58 @@ +