Skip to content

Commit 1d9bdd3

Browse files
committed
Update migration
1 parent 1a4d431 commit 1d9bdd3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/database/migrations/2025_10_02_084321_create_account_stripe_platforms_table.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function up(): void
3232
// For Hi.Events installations, set platform to 'ca' (Canada), otherwise leave as NULL for open-source
3333
$isHiEvents = config('app.is_hi_events', false);
3434
$platform = $isHiEvents ? "'ca'" : 'NULL';
35-
35+
3636
DB::statement("
3737
INSERT INTO account_stripe_platforms (
3838
account_id,
@@ -69,7 +69,6 @@ public function down(): void
6969
UPDATE accounts a
7070
SET
7171
stripe_connect_account_type = asp.stripe_connect_account_type,
72-
stripe_platform = asp.stripe_connect_platform,
7372
stripe_account_id = asp.stripe_account_id,
7473
stripe_connect_setup_complete = CASE
7574
WHEN asp.stripe_setup_completed_at IS NOT NULL THEN true

0 commit comments

Comments
 (0)