php-commerce/Migrations
Snider 301fdb152a
Some checks are pending
CI / PHP 8.2 (push) Waiting to run
CI / PHP 8.3 (push) Waiting to run
CI / PHP 8.4 (push) Waiting to run
CI / Assets (push) Waiting to run
fix(migration): remove FK constraints on non-existent orders/subscriptions tables
webhook_events referenced orders and subscriptions tables that don't
exist yet (billing module). Switched to plain unsignedBigInteger columns
with indexes — FKs can be added when the billing tables are created.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-08 18:08:20 +00:00
..
0001_01_01_000001_create_commerce_tables.php monorepo sepration 2026-01-27 00:24:22 +00:00
0001_01_01_000002_create_credit_notes_table.php fix: remove FK constraints to non-existent orders/refunds tables 2026-01-28 17:23:48 +00:00
0001_01_01_000003_create_payment_methods_table.php monorepo sepration 2026-01-27 00:24:22 +00:00
2026_01_26_000000_create_usage_billing_tables.php fix: remove FK to non-existent invoice_items, shorten index names 2026-01-28 19:46:15 +00:00
2026_01_26_000001_create_exchange_rates_table.php monorepo sepration 2026-01-27 00:24:22 +00:00
2026_01_26_000001_create_referral_tables.php monorepo sepration 2026-01-27 00:24:22 +00:00
2026_01_29_000001_create_webhook_events_table.php fix(migration): remove FK constraints on non-existent orders/subscriptions tables 2026-02-08 18:08:20 +00:00